Michael wrote:
>> Von: "Richard Hipp" <d...@sqlite.org>
>> The LALR(1) parser stack is limited to a depth of 100, by default.
>
> Ok thanks. I reduced it by one subquery to be conform with standard builds.

The parser has different limits than the SQL execution engine.
You could simply move some part(s) of the query into a (temporary) view.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to