日期:2014-05-17 浏览次数:20485 次
DELETE from 表1 INNER JOIN 表2 ON 表2.Id=表1.nid where 表2.word='123
DELETE from a from 表1 a INNER JOIN 表2 b ON a.Id=b.nid where b.word='123