I want to query a table in the specified order by another dictionary table well sorted, like this:
SELECT t.*,dict.sort as gender_sort FROM `user` m LEFT JOIN