DQL语言之排序查询

1、语法 select 查询列表 from 表 [where 筛选条件] order by 排序列表 【asc}desc】 1,eg:查询员工信息,要求工资从高到低排序 select * from employees order by salary desc;函数 2,eg:查询部门编号>=90员工信息,按入职时间的前后进行排序【添加筛选条件】 select * from employees wh
相关文章
相关标签/搜索