Skip to navigation
How to replace a string in sqlite ?
07.12.13
use the replace function example: UPDATE products SET image1 = Replace(image1, '.gif', '.jpg');
Reply
Anonymous
How to replace a string in sqlite ?
use the replace function example: UPDATE products SET image1 = Replace(image1, '.gif', '.jpg');
07.12.13
Reply
Anonymous
Information Epoch 1750405362
Programmer time is expensive, conserve it in preference to machine time.
Home
Notebook
Contact us