delete tb where id_foreign not in(select id_foreign from tb where id=id_foreign)
delete tb where not exists( select 1 from tb t where t.id_foreign=tb.id)
34,838
社区成员
254,632
社区内容
加载中
试试用AI创作助手写篇文章吧