I need to filter it out the number from my table. for example,
Id url
001 /testing
002 /testing2
003 /24678
From the above table, i need to fetch the numeric value ( 24678 - which is dynamically creating) and should update with some string like "my-testing". how to write SQL script for this?
thanks in advance.
- Liyakath