我有表A和B.表B的项目也可能存在于表A中,我想删除这些项目.这样做的SQL语句会是什么样的?
这是一个选择
delete from a where a.key in (select key from b)