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

数据库 发布日期:2024/10/7 浏览次数:1

正在浏览:SQLserver查询数据类型为ntext是空或NULL值的方法

复制代码 代码如下:
--为空的值text ntext
select * from lf_newsNg_utf where datalength(newsContentE)=0 or datalength(newsContentE) is null