Hyunsik Choi created TAJO-446:
---------------------------------
Summary: Implement DROP TABLE IF EXISTS
Key: TAJO-446
URL: https://issues.apache.org/jira/browse/TAJO-446
Project: Tajo
Issue Type: Bug
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.1.5#6160)