Good day, Maybe someone can help me , i want to get n select output on oracle sql , but when i order by it is not correct.
code_order
1.
2.
2.1
3.
4.2
10.1
10.0
21.
21.1
23.
31.
it needs to be ordered numeric and all values has a full stop in.
any ideas??
Thanx, but i see that some values can contain non numeric values as well like C,B etc.
- 7C. 40. 50. 51. 6.
code_order is varchar2
CASTsomewhere; but without knowing the schema of your table and the query being used, cannot give you a better answer. – Burhan Khalid Aug 20 '12 at 7:2810.0meant to be after10.1? – beny23 Aug 20 '12 at 7:54