当前位置 : 主页 > 数据库 > mssql >

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

来源:互联网 收集:自由互联 发布时间:2021-04-05
复制代码 代码如下: --为空的值text ntext select * from lf_newsNg_utf where datalength(newsContentE)=0 or datalength(newsContentE) is null

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

网友评论