/ Published in: SQL
Expand |
Embed | Plain Text
UPDATE cards SET image = REPLACE(image, 'jpg', 'png')
You need to login to post a comment.
traeregan on 09/26/10
database sql db replace find-and-replace SQLite
2 people have marked this snippet as a favorite
UPDATE cards SET image = REPLACE(image, 'jpg', 'png')
You need to login to post a comment.