mysql自定义排序方法

1.示例sql 

SELECT * FROM `test_gou` 
ORDER BY FIELD(`two`, 0,2),three DESC,four ASC;

2.示例数据

mysql自定义排序方法

上一篇:C++:map系列


下一篇:MySQL排序