Hello,
Ok here is the problem:
i have a column named col1 that contains either 'a', 'c', 'd', 'k', 'n'.
i want to sort in that order, but when i do this sql command, it obviously sorts them alphabetically
select othercolumn, col1
from tablx
order by col1
what is the syntax to do a custom sort. does that make any sense?
thanks in advance,
Jared Weinfurtner
Ok here is the problem:
i have a column named col1 that contains either 'a', 'c', 'd', 'k', 'n'.
i want to sort in that order, but when i do this sql command, it obviously sorts them alphabetically
select othercolumn, col1
from tablx
order by col1
what is the syntax to do a custom sort. does that make any sense?
thanks in advance,
Jared Weinfurtner