Say I have a database with 2 price columns, price & sale price. Is there any way I could sort by both together? Sale price would be null if the product wasn't on special. I want to sort the query by price, but I don't know how to make it take the special price into account. I might be stuck outputting to an array and then looping through it.