Bit of a long shot this.
I have a column that contains either Monday-Sunday and would want these ordered by the order they are in the week starting with Monday.
Is it possible to do this in SQL server without introducing a number column for each day, e.g. 1 for Monday, 2 for Tuesday and ordering by this?
I have a column that contains either Monday-Sunday and would want these ordered by the order they are in the week starting with Monday.
Is it possible to do this in SQL server without introducing a number column for each day, e.g. 1 for Monday, 2 for Tuesday and ordering by this?