Name
SQLITE_MAX_COLUMN — Max number of columns in any structure
Common Usage
SQLITE_MAX_COLUMN=number-of-columns
Description
The maximum number of columns on any
database table, index, or view, as well as any transient tables
found in a SELECT
. There is a
hard limit of 32,767.