提交 282b6906 编写于 作者: D dongzl

fixes SQLServer insert statement, parse no into keyword.

上级 352f6961
......@@ -20,7 +20,7 @@ grammar DMLStatement;
import Symbol, Keyword, SQLServerKeyword, Literals, BaseRule;
insert
: withClause_? INSERT INTO tableName (AS? alias)? (insertValuesClause | insertSelectClause)
: withClause_? INSERT INTO? tableName (AS? alias)? (insertValuesClause | insertSelectClause)
;
insertValuesClause
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册