MySQL ORDER BY FIELD – Custom Field Sorting
Today I ran into a problem. I need to sort results of a given query by fixed column values. Example I have a column named status and which holds the following values 1,2,3,4 When I user normal sort method like … Continue reading