SQLserver查询数据类型为ntext是空或NULL值的方法
代码如下:
–为空的值text ntext
select * from lf_newsNg_utf where datalength(newsContentE)=0 or datalength(newsContentE) is null
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
SQLserver查询数据类型为ntext是空或NULL值的方法
代码如下:
–为空的值text ntext
select * from lf_newsNg_utf where datalength(newsContentE)=0 or datalength(newsContentE) is null