type 有1,2,3,三种。我只需要显示1和2的
同时我要在type=2中筛选出Price1< '10' and price2> '200' 的数据。
下面我这样写导致type=1的不显示了。
请问该如何解决,谢谢。
where (Price1< '10' and price2> '200' and Type= '2') and Type<> '3'
type 有1,2,3,三种。我只需要显示1和2的
同时我要在type=2中筛选出Price1< '10' and price2> '200' 的数据。
下面我这样写导致type=1的不显示了。
请问该如何解决,谢谢。
where (Price1< '10' and price2> '200' and Type= '2') and Type<> '3'