Mysql
 sql >> Database >  >> RDS >> Mysql

ORDINA PER CAMPO , l'ordine del campo dato arriva finalmente

Quindi sarà:

SELECT 
  * 
FROM 
  business 
ORDER BY 
  `type` IN ('type3', 'type2', 'type10'),
  FIELD (`type`, 'type3', 'type2', 'type10')