Sql查询多字段排序,有升序,也有降序

968 阅读1分钟

我们在写sql语句的时候,想按多个字段排序,有升序,也有降序

'''select * from coal_blead order by qnet desc,price asc'''