Name

SQLITE_MAX_COLUMN — Max number of columns in any structure

Common Usage

SQLITE_MAX_COLUMN=number-of-columns

Default

2000 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.

Get Using SQLite now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.