91b7fd24c0
* refactor: prefix trino lexer rule name with KW_ * test: add commentOtherLine function * feat: optimize trino antlr grammar to adapt to c3 * feat: trinosqlParser supports codeCompletion and spliting * test: trinoSql codeCompletion unit tests
14 lines
72 B
SQL
14 lines
72 B
SQL
ALTER ;
|
|
|
|
CREATE ;
|
|
|
|
DEALLOCATE ;
|
|
|
|
DELETE ;
|
|
|
|
DESCRIBE ;
|
|
|
|
DROP ;
|
|
|
|
INSERT ;
|