题解 | 查找除复旦大学的用户信息
查找除复旦大学的用户信息
https://www.nowcoder.com/practice/c12a056497404d1ea782308a7b821f9c
select device_id ,gender ,age ,university from user_profile where university != '复旦大学'
!= 不等于符号
可以去除复旦大学相关信息。
SQL刷题 文章被收录于专栏
SQL刷题文章专栏
查找除复旦大学的用户信息
https://www.nowcoder.com/practice/c12a056497404d1ea782308a7b821f9c
select device_id ,gender ,age ,university from user_profile where university != '复旦大学'
!= 不等于符号
可以去除复旦大学相关信息。
SQL刷题文章专栏
相关推荐
查看9道真题和解析