ORDER BY in MySQL

Associate
Joined
8 Aug 2008
Posts
302
Is it possible to do a query so it ORDERS BY one column if it has a value and another if not?

Basically I want to pull out a list in the order of column A or B.

Now column A will always have a value, B not so.

Any thoughts?

Cheers
 
Back
Top Bottom