level 1
owenhyp333
楼主
select * from table
where (i=1 and col1<2 and ss=3) or (i=2 and col1=2 and ss=3) or (i=3 and col1>2 and ss=3)这样的$where怎么写
2016年04月21日 15点04分
1
where (i=1 and col1<2 and ss=3) or (i=2 and col1=2 and ss=3) or (i=3 and col1>2 and ss=3)这样的$where怎么写