或者
问答详情页顶部banner图
您的位置:首页 >推广 > 其他 > 其他 > SQL优化,delete?

SQL优化,delete?

提问者:sunshine  |   分类:其他  |   浏览44次  |   悬赏分:2积分 2019-11-13 11:33:44

delete from table1 a where a.cid not in(select b.cid from table2 b ) and a.cid not in(select c.cid from table3 c) 其中table2 和table3中都是百万条数据。这个sql怎么优化?

我要回答

提 交

匿名

问答详情中间banner