where tag != '1' or tag isnull
是null吧..应该不是''select * from table where tab!='1' and tab is not null
select * from tablewhere tab <> '1'
where tag<>'1'