回 帖 发 新 帖 刷新版面

主题:select * from a where b="" 问题

select * from workthings_use,userinf where workthings_use.putoutusername='' and (workthings_use.auditingflag=0 or (workthings_use.auditingflag=1 and workthings_use.alreadyauditing=1)) and workthings_use.writeuserid=userinf.ID

在SQL Server中workthings_use.putoutusername='' 不能使用
请问得换成什么形式才能在SQL Server中使用?

回复列表 (共2个回复)

沙发

在sql server中也可以这样用啊。。
SQL Server中workthings_use.putoutusername=''
如果字段为null的话,可以这么写:
SQL Server中workthings_use.putoutusername  is  null

板凳

谢谢  
SQL Server中workthings_use.putoutusername  is  null
这个是能用的

我来回复

您尚未登录,请登录后再回复。点此登录或注册