MySQL自定義排序

Liuboxx1發表於2018-10-24
SELECT * FROM table ORDER BY FIELD ('field', 5,6,4,2,1) DESC

意思就是查詢資料按column欄位 值 1,2,4,6,5排序,desc是越往後優先順序越高

相關文章