两表关联删除的写法

delete test1
from test1 t,test2 x
where t.col1=x.col1
and t.col1=x.col1



原文地址:https://www.cnblogs.com/ImToffee/p/2288954.html