Hello . need help about sql statements im using this in my VB.net project
about sorting Varchar2 datatype like a Number for example
//I want this to be outputed.
1
2
3
4
4A
4B
5
6
But when i use this
SELECT PUROK FROM TBLPUROK ORDER BY ldap(PUROK,10) ASC
1
2
3
4
5
6
4A
4B
Heres what it goes.
Hoping for answeres. I already search it and googled i havent got the answer yet. and some are not clearly stated. :(