I have a field in my database that I would like to order in a particular way. It is string.
Could I order the item by stating what should be first second third, and then the rest can be alphabetical. In particular. db.orders, orderby=db.orders.status That way I can get all the "Completed" and the second could be "At the door" and so on? BR, Jason Brower