On 2017-11-05, at 05:28, Klaus Maas <[email protected]> wrote: > I thought it was because what SQL returns is a value (in this case a string) > and not an object? > > The string value might be the same as the name of an object, but is not the > object.
Select returns a table, not a name or a string. The outer select operates on this unnamed table, not any particular cell in it. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

