mysql order by 多个字段

xiaoxiao2021-02-28  75

select * from a order by code, name desc; 相当于 select * from a order by code asc, name desc

原文:http://blog.csdn.net/xlxxcc/article/details/52250963

转载请注明原文地址: https://www.6miu.com/read-71479.html

最新回复(0)