/ Published in: SQL
Expand |
Embed | Plain Text
UPDATE files SET filepath = REPLACE(filepath,'original','replacement');
You need to login to post a comment.
UPDATE files SET filepath = REPLACE(filepath,'original','replacement');
You need to login to post a comment.