牛客257734998号
牛客257734998号
全部文章
分类
题解(13)
归档
标签
去牛客网
登录
/
注册
牛客257734998号的博客
全部文章
(共13篇)
题解 | #查找年龄大于24岁的用户信息#
device_id, gender, age, university from user_profile where age > 24 //找出年龄大于24的,select里写的是需要print的列名称
Mysql
2022-03-29
0
280
题解 | #查找后排序#
device_id, age from user_profile order by age asc order by xx asc // 按xx升序排序 order by xx desc // 按xx降序排序
Mysql
2022-03-29
1
288
题解 | #查找学校是北大的学生信息#
device_id,university // select的时候要包含where的内容 from user_profile where university='北京大学'
Mysql
2022-03-29
0
282
首页
上一页
1
2
下一页
末页