I have a column in MS sql called time with values like:
9:00 am
1:15 pm
3:00 pm
11:00 am
and so forth. No row having more then one time in this column. So when I recall this data I would like to sort by that column. Although it doesn't seem as though sql can apply a value to this data for sorting purposes. I'd imagine this is because of the mixed data types.
Bookmarks