On 10 Dec 2019, at 9:35pm, Doug <[email protected]> wrote: > For column "xxx" what will the full column name be? "foo.xxx"?
For column "xxx" in table "foo", yes. However, that's only if you've used "PRAGMA full_column_names". And that PRAGMA is now deprecated so you shouldn't use it. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

