I posted this query earlier concerning sql server - then realised I also need it for Oracle
I need to manipulate numbers in a string - for example my table would be as follows:
col_1
VOL 6 ISS 2
VOL7 ISS 11
VOL 446 ISS 8
VOL 446 ISS 14
My result set following the query would need to read as follows
col_1
602
711
44608
44614
Note that any numbers less than 10 after the ISS part of the string needs a 0 inserted
Any help much appreciated
Start Free Trial