On 30 Apr 2012, at 6:19pm, Stephan Beal <[email protected]> wrote:
> On Mon, Apr 30, 2012 at 7:03 PM, Jay A. Kreibich <[email protected]> wrote: > >>> option to specify database.tablename as the right operand. What does >>> database.tablename evaluate to? >> >> column. You cannot provide a table and column, it must > > be a single-column table. >> > > That seems to conflict with the diagram, which clearly shows db.table as > being an option: > > http://sqlite.org/syntaxdiagrams.html#expr I see no conflict with what Jay wrote. The diagram says that db.table is allowed. Jay has said that this works, but only when the table concerned is a single-column table. You cannot specify something like db.table.column using this syntax. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

