SQLserver查询数据类型为ntext是空或NULL值的方法 2020-02-16 分类:首页 标签Tags:sqlserver,查询,数据,类型,n,text,null,值的,方法,实现,代码,如下,空的,select,lf,ewsng,utf,datalength
实现代码如下:--为空的值text ntext select * from lf_newsNg_utf where datalength(newsContentE)=0 or datalength(newsContentE) is null 以上就是【SQLserver查询数据类型为ntext是空或NULL值的方法】的全部内容了,欢迎留言评论进行交流!