题解 | 查找年龄大于24岁的用户信息
查找年龄大于24岁的用户信息
https://www.nowcoder.com/practice/2ae16bf2fd54415f99344e6024470d57
select device_id,gender,age,university from user_profile where age is not null and age>24;
查找年龄大于24岁的用户信息
https://www.nowcoder.com/practice/2ae16bf2fd54415f99344e6024470d57
select device_id,gender,age,university from user_profile where age is not null and age>24;
相关推荐
查看9道真题和解析
讲原则的小黄鸭不愿吃...:有时候面试眼缘确实很重要,当然,飞驰人生2中张弛说的很对:我努力了无数次,但是我知道机会只会出现在其中一两次。你把每一次笔试面试都全力以赴,总有你运气发挥到位的时候