Improve doc of globalVariable

This commit is contained in:
Pablo Marcos 2024-10-22 16:43:34 +00:00
parent 91223fc4eb
commit ff191b0b08

View File

@ -4393,7 +4393,7 @@ Result:
## globalVariable
Takes constant string argument and returns the value of global variable with that name. It is intended for compatibility with MySQL.
Takes a constant string argument and returns the value of the global variable with that name. This function is intended for compatibility with MySQL and not needed or useful for normal operation of ClickHouse. Only few dummy global variables are defined.
**Syntax**