Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
value to the param setting for the current session. You cannot change server settings this way.
You can also set all the values from the specified settings profile in a single query.
1 (true).
SET TIME ZONE
SET session_timezone = 'timezone', provided for compatibility with PostgreSQL and other SQL databases.
Many SQL clients, ORMs, and JDBC drivers automatically issue SET TIME ZONE when connecting. This syntax allows such tools to work with ClickHouse without custom workarounds.
session_timezone setting, see session_timezone.
Setting query parameters
TheSET statement can also be used to define query parameters by prefixing the parameter name with param_.
Query parameters allow you to write generic queries with placeholders that are replaced with actual values at execution time.
{name: datatype}:
Identifier type, see Defining and Using Query Parameters.
For more information, see Settings.