MySQL数据排序的SQL语句

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

 

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