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

MySQL Query per estrarre gli elementi, ma mostrarne sempre uno in alto

SELECT DISTINCT section FROM merch 
    ORDER BY FIELD(section, 'books', 'posters') DESC;