sql查询不为空的字段
select*fromtablewherecontent...........如上,content是text类型字段,里面有的值为空值,有的为null,还有的是文本值,我...
select * from table where content...........
如上,content 是text 类型字段,里面有的值为空值,有的为 null ,还有的是文本值,我想查询不为空值和null的语句怎么写?
我只能写出一半,如下:
select * from table where content if not null and content
后面的写不出来了,怎么写啊?
上面是is ,不是if ,写错 展开
如上,content 是text 类型字段,里面有的值为空值,有的为 null ,还有的是文本值,我想查询不为空值和null的语句怎么写?
我只能写出一半,如下:
select * from table where content if not null and content
后面的写不出来了,怎么写啊?
上面是is ,不是if ,写错 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询