diff --git a/user-defined-variables.md b/user-defined-variables.md index 3b7f39a57cbd1..f52c69a37cb81 100644 --- a/user-defined-variables.md +++ b/user-defined-variables.md @@ -7,6 +7,10 @@ aliases: ['/docs/v2.1/reference/sql/language-structure/user-defined-variables/'] # User-Defined Variables +> **Warning:** +> +> User-defined variables are still an experimental feature. It is **NOT** recommended that you use them in the production environment. + The format of the user-defined variables is `@var_name`. `@var_name` consists of alphanumeric characters, `_`, and `$`. The user-defined variables are case-insensitive. The user-defined variables are session specific, which means a user variable defined by one client cannot be seen or used by other clients.