这样写没有问题,而且简化了SQL,但是往往有些极端情况,使用not in就会造成极大的性能损耗,例如:. select * from test where id not in (select id ...
確定! 回上一頁