一个表名tt
其中字段 pdno,ltno,cs11,cs12,cs13,cs14,cs15
我要选出cs11,cs12,cs13,cs14,cs15 中仅3点符合要求的(比如>20)
select * from tt
where (cs11>20 and cs12>20 and cs13>20 and cs14<=20 and cs14<=20)
or (cs11>20 and cs12>20 and cs13<=20 and cs14>20 and cs14<=20)
......
这样也太烦了,有没有高人告诉我一个简单的语句啊!
先谢谢了
忽然笑
POPMUISE
相关分类