Hi, I have 100 records in my SQL table. I want to sort them by name ASC, but I need one record on top of all nr 43 records.
Is there a way I can transfer this entry 43 first and then everything else in order of the ASC name?
The trick is to do this in one request.
php mysql
BUddhaxx
source share