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

来源:这里教程网 时间:2026-02-28 06:51:50 作者:

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

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

相关推荐