select * from table_a a where a.id not in (id1,id2,id3.) 中的i

select * from table_a a where a.id not in (id1,id2,id3.) 中的id可以放置多少个?
deafman 1年前 已收到1个回答 举报

babybear217 幼苗

共回答了13个问题采纳率:100% 举报

除非万不得已 不要使用 IN 这样查询的效率很低!数据库的数据量很大的话 这是一个非常恐怖的过程!

1年前

9
可能相似的问题
Copyright © 2024 YULUCN.COM - 雨露学习互助 - 17 q. 0.895 s. - webmaster@yulucn.com