Skip to main content
These settings are available in system.settings and are autogenerated from source.

enable_positional_arguments

Enables or disables supporting positional arguments for GROUP BY, LIMIT BY, ORDER BY statements. Possible values:
  • 0 — Positional arguments aren’t supported.
  • 1 — Positional arguments are supported: column numbers can use instead of column names.
Example Query:
Result:

enable_positional_arguments_for_projections

Enables or disables supporting positional arguments in PROJECTION definitions. See also enable_positional_arguments setting.
This is an expert-level setting, and you shouldn’t change it if you’re just getting started with ClickHouse.
Possible values:
  • 0 — Positional arguments aren’t supported.
  • 1 — Positional arguments are supported: column numbers can use instead of column names.
Last modified on July 23, 2026