I have 10 records in MySQL and suppose I want that 4th record should be on top and the remaining 9 are retrieved after the 4th.
Select * from info <what to put here> ??
I tried using this code but it's wrong
SELECT * FROM profiles WHERE sno = 30 ORDER BY sno UNION ALL SELECT * FROM profiles WHERE sno = 30 ORDER BY sno