MsSql

关注公众号 jb51net

关闭
首页 > 数据库 > MsSql > ntext是空或NULL值

SQLserver查询数据类型为ntext是空或NULL值的方法

作者:

SQLserver查询数据类型为ntext是空或NULL值的方法

复制代码 代码如下:

--为空的值text ntext
select * from lf_newsNg_utf where datalength(newsContentE)=0 or datalength(newsContentE) is null

您可能感兴趣的文章:
阅读全文