sqlserver08中where =数据库中的是NULL,我传的值是''或者' ' 怎么让他们恒等于啊?[解决办法]where 列 is nullwhere isnull(列,'')=参数[解决办法]
where isnull(列,'')=replace(参数,' ','')