select * from table1 where.....(1),where somefield = 条件1 or somefield = 条件2 or somefield = 条件3......or somefield = 条件1000
(2),where somefield in(条件1,条件2,条件3,条件4,........,条件1000)请问,这两种写法哪个效率能高点,或者干脆能有更好的写法
我用的数据库是oracle 9
谢谢