Has anyone been able to accomplish something like this statement?
Update tablename set substring(field,10,15) = 'value'
I want to update data burried inside a text field but continue getting:
Incorrect syntax near '('
Any help offered would be greatly appreciated
Update tablename set substring(field,10,15) = 'value'
I want to update data burried inside a text field but continue getting:
Incorrect syntax near '('
Any help offered would be greatly appreciated