On Tue Nov 28, 2017 at 10:13:56AM +0100, no...@null.net 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
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to