I have a table with data. Each item in that table is associated with a category. Category cell in that table is: enum('Film', 'TV', 'Theater', 'Modeling') .
How do I output results while ordering them by category, in the same oder as they (categories) are listed in the database?