sql语句问题.有没有这样的sql语句select * from table1 where id in [0,1,2]
这个肯定是错的,in在sql中好象是指定数据源的,而我是想选择id在一个数组中的值.