ghalwasi wrote: > what will be the difference (in context of CPU cycles & performance) > if i UPDATE multiple columns or only few columns.
SQLite always rewrites the entire row, so there is no practical difference. Regards, Clemens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

