Skip to content

Commit

Permalink
reverse to fileTableClause_
Browse files Browse the repository at this point in the history
  • Loading branch information
tristaZero committed Apr 26, 2019
1 parent 2b363ee commit 4ca79a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ grammar DDLStatement;
import Symbol, Keyword, Literals, BaseRule;

createTable
: CREATE TABLE tableName fileTableSpecification__ createDefinitionClause_
: CREATE TABLE tableName fileTableClause_ createDefinitionClause_
;

createIndex
Expand Down Expand Up @@ -58,7 +58,7 @@ truncateTable
: TRUNCATE TABLE tableName
;

fileTableSpecification__
fileTableClause_
: (AS FILETABLE)?
;

Expand Down

0 comments on commit 4ca79a5

Please sign in to comment.