I need the records in my database that are "featured" to be listed first. If a listing is "featured" the value in the featured column is "yes".
I am not sure what kind of MySQL Query would give me this result, or if it even exists. But the other idea I have is to have one query that gets all featured ones and lists them, and then another one gets all of the listings that aren't featured.
Do you have any ideas? Thanks in Advance!