TDDL支持大部分DML SQL语句,包括:

  • insert/update/replace
  • select/join/union/subquery/exist

不支持的SQL语句:

  • group by/order by特殊列
  • groupby/orderby列为函数,必须出现在select列中
  • 复杂join条件(join列为函数)
  • 跨库事务(update/delete多表SQL)