How can I sort a table with a column of varchar2 with characters in varying cases (UPPER and lower)?
For example, when I do an order by
You can use the Order by cluse for this
select col_name from table_name order by col_name ;