Hi I've the following basic query like
SELECT ProductName FROM Products WHERE ProductScore > 100 ORDER BY ProductScore However, how can I order by ProductScore, but ensure the product with ID 125 is at the top ? Is this possible. Thanks Neil
Hi I've the following basic query like
SELECT ProductName FROM Products WHERE ProductScore > 100 ORDER BY ProductScore However, how can I order by ProductScore, but ensure the product with ID 125 is at the top ? Is this possible. Thanks Neil