SQLserver查询数据类型为ntext是空或NULL值的方法
摘要:复制代码代码如下:--为空的值textntextselect*fromlf_newsNg_utfwheredatalength(newsCo...
复制代码 代码如下:
--为空的值text ntext
select * from lf_newsNg_utf where datalength(newsContentE)=0 or datalength(newsContentE) is null
【SQLserver查询数据类型为ntext是空或NULL值的方法】相关文章:
★ mssql查找备注(text,ntext)类型字段为空的方法
★ SQL Server2008 数据库误删除数据的恢复方法分享
★ Sql server2005 优化查询速度50个方法小结
★ 使用SQL Server 2008远程链接时SQL数据库不成功的解决方法