DELETE with JOIN 语句 在 seata 下 报 not support the syntax of delete with join table 错误

cpjpxq1n  于 22天前  发布在  其他
关注(0)|答案(3)|浏览(19)

问题描述:
使用 DELETE with JOIN 语句 进行关联删除时,Seata 报错 不支持这种语法

SQL样例:
DELETE t
FROM t
INNER JOIN t2 ON ...
WHERE ...

报错信息:
Caused by: io.seata.common.exception.NotSupportYetException: not support the syntax of delete with join table

使用环境:
Java:JDK1.8
MYSQL:8.0
Seata:1.6.1

wpcxdonn

wpcxdonn1#

currently not support delete ... join SQL syntax.

2mbi3lxu

2mbi3lxu2#

please assign it to me, i will solve it in nearest month

oaxa6hgo

oaxa6hgo3#

请把它给我,我将在最近的一个月内解决它

现在支持这种语法了吗?

相关问题