sql升序降序排列求高手给解答
2025-05-25 11:17:19
-- 升序使用asc
select * from student order by id asc
select * from student order by id desc
无,对于序列的升序和降序