You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/12/22 08:17:50 UTC

[jira] [Created] (TAJO-447) Implement CREATE TABLE IF NOT EXISTS

Hyunsik Choi created TAJO-447:
---------------------------------

             Summary: Implement CREATE TABLE IF NOT EXISTS
                 Key: TAJO-447
                 URL: https://issues.apache.org/jira/browse/TAJO-447
             Project: Tajo
          Issue Type: Bug
          Components: parser, planner/optimizer
            Reporter: Hyunsik Choi
            Priority: Minor


{code}
CREATE TABLE [ IF NOT EXISTS ] table_name ...
{code}

This enables CREATE TABLE to create a table only if a given table does not exist. Even though the table already exists, it does not the error 'the table already exists'.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)