select * 
  from t
 where (t.flag=1 or t.flag=2 or t.flag=3)现在有这么一种情况
当t.flag=1或者t.flag=2时,其中t.isview='不显示',
这样条件的记录不查询出来,
这样sql要如何写?