Oracle: How to sort mixed alphanumeric in a logical numeric order (while avoiding the ORA-01722 erro

Dec 03, 2008 12:43

I added a new select at the bottom that deals with decimal numbers

create table sort_test ( Read more... )

oracle, public

Leave a comment

Comments 4

amaena December 3 2008, 18:24:04 UTC
your oracle tags are most awesome :)

my unix shit is in chicks_dig_unix

Reply

sloot December 3 2008, 19:19:43 UTC
tags are the way and the truth and the light

Reply


tigertosser December 4 2008, 03:52:17 UTC
You should post this to dork ottawa. :P

Also, I hate oracle. I don't understand what it's doing with it's database structure. It doesn't seem logical. What does it need users for? and how do I un-pack a sample database into it without getting errors half the time?

Reply

sloot December 4 2008, 04:48:52 UTC
it needs users for security and authentication. You don't want just anybody to be able to modify those payroll records do you?

And fixing the unpacking errors would depend on what you were doing and what the errors were

Reply


Leave a comment

Up