Mysql排序方式中的升序与降序

mac2024-05-16  35

order by 根据排序的属性 desc 为从高到低

order by 根据排序的属性 asc 为从低到高

ORDER BY distance ASC
最新回复(0)