select * from table_a a where a.id not in (id1,id2,id3.) 中的id可以放置多少个?

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/29 03:03:15
select * from table_a a where a.id not in (id1,id2,id3.) 中的id可以放置多少个?

select * from table_a a where a.id not in (id1,id2,id3.) 中的id可以放置多少个?
select * from table_a a where a.id not in (id1,id2,id3.) 中的id可以放置多少个?

select * from table_a a where a.id not in (id1,id2,id3.) 中的id可以放置多少个?
除非万不得已 不要使用 IN 这样查询的效率很低!数据库的数据量很大的话 这是一个非常恐怖的过程!