How to make MYSQL query results ORDER BY conditions order?
- by Relax
My query string is like:
SELECT ... FROM ...
WHERE (condition1 OR condition2 OR condition3)
AND ... //additional condition to filter results
For the results, i wanna entries meet condition1 get displayed first, then condition2, at last condition3, is it possible?