Home | 简体中文 | 繁体中文 | 杂文 | 打赏(Donations) | Github | OSChina 博客 | 云社区 | 云栖社区 | Facebook | Linkedin | 知乎专栏 | 视频教程 | About

7.2. ORDER BY 排序

使用数字表示排序的字段,注意:不要再程序中这样使用,一旦需求变更,字段前后顺序有所调整,将会影响程序运行

select f1, f2, f3 from tab order by 1,3,2