-- fileld自定义排序时,应该是非主键的,否则主键是无效 SELECT * FROM customer WHERE telephone IN ( '1832xxxx701', '1739xxxx553', '1855xxxx601' ) ORDER BY FIELD( telephone, '1832xxxx701', '1739xxxx553', '1855xxxx601' ) ASC;