I have a query ordered by column:
column
select * from mytable order by column asc — sort table
column type is varchar,
This should work as well:
order by (0 + column) asc