Custom sorting in MySQL using FIELD, but put unknown/unexpected values at the end
In another question, someone asks how to do custom sorting in MySQL. They give the following example dataset: ID Language Text 0 ENU a 0 JPN b 0 DAN c 1 ENU d 1 JPN e 1 DAN f 2…