SQL操作应用——两张关联表,删除主表中已经在副表中没有的信息
提问人:ylm发布时间:2020-09-28
SQL:
delete from info where not exists ( select * from infobz where info.infid=infobz.infid )
继续查找其他问题的答案?
相关视频回答
回复(0)
SQL:
delete from info where not exists ( select * from infobz where info.infid=infobz.infid )
点击加载更多评论>>