I need to write a sql update statement using REPLACE. The string looks like ‘SE*88*000000001’. I need to replace the number between the two asterisks ‘*’. There is no pattern here other then that number to be replaced is always between two asterisks. Is it possible to use wild cards in this situation?
Appreciate your help.
Thanks!
Or if it’s a specific number that is to be replaced, then it would be even simpler: