多表连接删除
delete a.,b.,c.*
from table_a a
INNER JOIN table_b b ON a.id = b.a_id
INNER JOIN table_c c ON a.id = b.a_id
where
a.card_no!=‘019925749’
多表连接删除
delete a.,b.,c.*
from table_a a
INNER JOIN table_b b ON a.id = b.a_id
INNER JOIN table_c c ON a.id = b.a_id
where
a.card_no!=‘019925749’

被折叠的 条评论
为什么被折叠?