Maximum number of subqueries that are allowed in a single SQL query
I am trying to insert multiple subqueries into a single query. For two to
three subqueries, the database is running normally. But when I insert some
more statements, SQLite engine is giving "Parser stack overflow" error. My
doubt is, is there any maximum for subqueries? Why this error occurs
normally?
No comments:
Post a Comment