lucktomato

正序

select 字段 from 表名 order by 排序字段;

倒序

select 字段 from 表名 order by 排序字段 desc;

分类:

技术点:

相关文章: