题解 | #用where过滤空值练习#

用where过滤空值练习

https://www.nowcoder.com/practice/08c9846a423540319eea4be44e339e35

#两种方式
#1 使用is not null
select device_id,gender,age,university
from user_profile
where age is not null

#2 使用!=或者<>
select device_id,gender,age,university
from user_profile
where age <> ""

全部评论

相关推荐

09-26 19:45
门头沟学院 Java
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务