3.2.10 不支持的DML语句
3.2.10.1 以下语句不支持,点击链接会跳转到MySQL官方文档
DO Statement
EXCEPT Clause
HANDLER Statement
IMPORT TABLE Statement
INTERSECT Clause
LOAD XML Statement
Parenthesized Query Expressions
TABLE Statement
VALUES Statement
WITH (Common Table Expressions)
3.2.10.2 部分支持的语句
- Set Operations with UNION, INTERSECT, and EXCEPT
目前dble只支持UNION
存储过程支持方式参见3.6_procedure_support