This commit is contained in:
Kijin-Seija
2024-06-07 15:39:49 +08:00
parent 63df067ae6
commit 9ac6039146
13 changed files with 17823 additions and 17710 deletions

View File

@ -730,6 +730,10 @@ createstmt
) # columnCreateTable
;
optdistributed
: KW_DISTRIBUTED KW_BY OPEN_PAREN column_list CLOSE_PAREN
;
opttemp
: KW_TEMPORARY
| KW_TEMP