Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
---
slug: /en/sql-reference/statements/set
sidebar_position: 50
sidebar_label: SET
# SET Statement
``` sql
SET param = value
```
Assigns `value` to the `param` [setting](../../operations/settings/index.md) for the current session. You cannot change [server settings](../../operations/server-configuration-parameters/settings.md) 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](../../operations/settings/settings.md).