> On Dec 4, 2014, at 8:44 AM, Baruch Burstein <bmburst...@gmail.com> wrote:
> 
> Is it possible to somehow search for/replace a string in all columns of all
> tables?

.dump | sed ’s/old/new/g' | .read ?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to