I have a database table of records that fall into different categories. When I print out the records, I would like to order them by category, but I want the categories to be displayed in an order that I specify (not alpha-numeric or desc/asc).
There are hundreds of records in the table, so I would prefer not to create another column in the table that specifies an order. Plus, the order might need to be changed in the future.
Any suggestions?