SQL经常使用语句之DQL语言

SQL经常使用语句之DQL语言 select 单表查询 多表查询 纵向合并 子查询 自链接 select 单表查询 select * from students; --查询students整张表的数据 select stuid,name,age from students; --在students表中查询stuid,name,age字段的所有信息 select name as 姓名,age 年
相关文章
相关标签/搜索