oracle 如何查询某个字段含有若干个值

如题所述

第1个回答  2015-01-14
select * from table where substr(col,X,Y) in ('','','','')
第2个回答  2015-01-14
类似 where colname in ('AA','BB','CC') where 子句本回答被提问者和网友采纳
相似回答