How can I order the mysql result by varchar column that contains day of week name?
Note that MONDAY should goes first, not SUNDAY.
... ORDER BY date_format(order_date, '%w') = 0, date_format(order_date, '%w') ;