Name

SQLITE_MAX_COMPOUND_SELECT — Max terms in compound statement

Common Usage

SQLITE_MAX_COMPOUND_SELECT=number-of-select-terms

Default

500 terms

Description

The maximum number of SELECT terms in a compound SELECT statement (a statement that uses UNION, UNION ALL, INTERSECT, or EXCEPT).