sql语句表连接删除

DELETE 表1,表2FROM 表1 LEFT JOIN 表2 ON 表1.id=表2.id WHERE 表1.id=需要删除的ID
原文地址:https://www.cnblogs.com/yanchaohui/p/10302719.html