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 Order By status ASC will return 1,2,3,4 Order By status DESC will return 4,3,2,1 Suppose [...]
Archive of posts tagged mysql