i want to query a table but i want the first result that pops up to have a certain attribute.
for instance if i want the first result to have a product_id of 3, the query result would be...
product_id = 3
product_id= 1
product_id = 2
etc etc..
i want the 3 to come first and then the rest of the query to come.
does this make sense?
is this possible?
thank you for any help you can give me.