jdougher2434
Technical User
Hello,
I am needing to update a string field, by inserting another string in place of a place holder withing the original string, with a sql statement
So for example:
The string I want to update looks like this
SP-CAL WHITES #'XXX',CUT
I want to replace the 'XXX' with 'ABC' when another field in the table is updated with 'ABC'
I am needing to update a string field, by inserting another string in place of a place holder withing the original string, with a sql statement
So for example:
The string I want to update looks like this
SP-CAL WHITES #'XXX',CUT
I want to replace the 'XXX' with 'ABC' when another field in the table is updated with 'ABC'