I'm trying to set up a SELECT
that displays the person at the top of the list, so I've been showing it at the end of all "SELECT * FROM usuarios ORDER BY id != ? DESC"
, I'll give an example, I have a div that shows the names of people logged in Bruno(eu), maria, rosa, joaquina etc....
want to show the name of the person who is always logged on above the others how would I mount this select
?