Question : How do I put a specific table row at the END of my 'ORDER BY' list?

Hello,

I have a list of numeric 'brandID's that include this row:
 brandID=0, brandName='other'

I want a simple SELECT statement that will 'ORDER BY brandName' but will tack the above row at the end, rather than at it's alphabetic placement.  What is the syntax for this?

Answer : How do I put a specific table row at the END of my 'ORDER BY' list?

Sorry for my silence. I were sleeping.

CASE doesn't have a performance impact as it just spend a very little of CPU on your mysql server. Sharath_123 is right> Put a 2 inside the THEN instead of 0. My solution puts OTHER at the beggining instead to the end. Sorry.

Regards.

Random Solutions  
 
programming4us programming4us