[
https://issues.apache.org/jira/browse/TAJO-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyunsik Choi resolved TAJO-446.
-------------------------------
Resolution: Fixed
This issue was already fixed in another jira.
> Implement DROP TABLE IF EXISTS
> ------------------------------
>
> Key: TAJO-446
> URL: https://issues.apache.org/jira/browse/TAJO-446
> Project: Tajo
> Issue Type: New Feature
> Components: parser, planner/optimizer
> Reporter: Hyunsik Choi
> Priority: Minor
>
> {code}
> DROP TABLE [ IF EXISTS ] name [, ...]
> {code}
> This statement removes the given tables if tables exist. Even if there are no
> given tables, it does not cause the error 'no such table'. The names can be
> one or more, and they are separated by comma.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)