MySQL数据排序的SQL语句

1.升序排序 
select * from xxx order by 字段
 
2.降序排序 
select * from xxx order by 字段 desc

 

posted @ 2023-10-09 16:43  wellplayed  阅读(69)  评论(0)    收藏  举报