I am trying to fetch an id from an oracle table. It's something like TN0001234567890345
. What I want is to sort the values according to the right most 10 positions (e.g. 4567890345
). I am using Oracle 11g. Is there any function to cut the rightmost 10 places in Oracle SQL ?
Thanks in advance
tismon