From 4be0d6868f633908fb4dc5df22d34f7c315ec3d1 Mon Sep 17 00:00:00 2001 From: Blargian Date: Sun, 13 Oct 2024 17:08:36 +0200 Subject: [PATCH] update syntax --- docs/en/sql-reference/functions/other-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**