LIMIT_COLUMN top-level constant

int const LIMIT_COLUMN

The maximum number of columns in a table definition or in the result set of a SELECT or the maximum number of columns in an index or in an ORDER BY or GROUP BY clause.

Implementation

const LIMIT_COLUMN = 2;