> On Dec 4, 2014, at 8:44 AM, Baruch Burstein <[email protected]> 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 [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

