提交 6cab4c19 编写于 作者: C codefairy08

Separate MySQLDropTable from MySQLDDLParser

上级 d397c64a
grammar MySQLDropTable;
import MySQLKeyword, DataType, Keyword,MySQLBase,BaseRule,Symbol;
dropTable:
DROP TEMPORARY? TABLE (IF EXISTS)?
tableName (COMMA tableName)*
(RESTRICT | CASCADE)?
;
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册