例如,语句可表达为
delete from clients where not exists(select * from branches where branches.cid = clients.cid);但4.0.18不支持子查询
在不考虑升级数据库的情况下
请问有什么其他语句可实现同样同能?