mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
574 B
574 B
slug | sidebar_position | sidebar_label |
---|---|---|
/en/sql-reference/statements/set | 50 | SET |
SET Statement
SET param = value
Assigns 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.
SET profile = 'profile-name-from-the-settings-file'
For more information, see Settings.