MySQL多表关联时的多表删除:
DELETE t1,
t2
FROM
t1
LEFT JOIN t2 ON t1.id = t2.id
WHERE
t1.id = 25
原文地址:https://www.cnblogs.com/leeego-123/p/10821106.html
时间: 2024-12-14 16:57:11
原文地址:https://www.cnblogs.com/leeego-123/p/10821106.html