diff --git a/docs/en/sql-reference/functions/other-functions.md b/docs/en/sql-reference/functions/other-functions.md index 9e75fa16843..98bad655396 100644 --- a/docs/en/sql-reference/functions/other-functions.md +++ b/docs/en/sql-reference/functions/other-functions.md @@ -4350,7 +4350,7 @@ Takes constant string argument and returns the value of global variable with tha **Syntax** ```sql -globalVariable('name') +globalVariable(name) ``` **Arguments**