By that I mean… if I have a column named ‘special’ and rows that are marked 1 in that column would appear at the top of the results, even if the ORDER BY clause would list them elsewhere. For example, I display items by date, in descending order. Items that are marked special=1 would appear at the top of the results, regardless of their timestamp.
How can I achieve this?
You can put multiple columns in an ORDER BY clause