SQLserver查询数据类型为ntext是空或NULL值的方法
程序员文章站
2022-06-12 19:23:06
...
SQLserver查询数据类型为ntext是空或NULL值的方法
代码如下:
--为空的值text ntext
select * from lf_newsNg_utf where datalength(newsContentE)=0 or datalength(newsContentE) is null
上一篇: php字符串转化成数组解决思路