I have a table where i’d like to have one specific row be the first row returned in the set, and then the rest of the rows in the table can follow.
I tried using a UNION to do this but it acted like i just did a regular select *
Any suggestions on how to accomplish this?
1 Answer