Define a custom ORDER BY order in mySQL using the LIKE word
How can I make a custom order where I sort the rows by NAME
where the first rows’ name has Bob in it followed by rows with name of Alex in it?
To explain what exactly I mean: I have made the following query to sort result if NAME = ‘Bob’ and if NAME = ‘Alex’: