On Tue Nov 28, 2017 at 10:13:56AM +0100, [email protected] wrote: > I don't understand the error message generated by the following > schema/query: > > CREATE TABLE x( > id integer > ); > ... > > WITH > x > AS
Woops - I just realized the CTE uses a name already defined as a table. Sorry for the noise. -- Mark Lawrence _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

