欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

sql多条件排序语句

程序员文章站 2022-05-21 08:37:07
...

多条件排序 无 select * from i_music where sid='$sid' order by scorenum asc,dateline asc

多条件排序
select * from i_music where sid='$sid' order by scorenum asc,dateline asc