Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
SELECT GLOBAL
On this page
The SELECT GLOBAL command inspects the setting of a global engine variable.
Syntax
SELECT @@GLOBAL.variable_nameRemarks
-
variable_is the name of a global engine variable.name -
Refer to the Permissions Matrix for the required permissions.
Example
SELECT @@GLOBAL.redundancy_level;
+---------------------------+
| @@GLOBAL.redundancy_level |
+---------------------------+
| 1 |
+---------------------------+
1 row in set (0.00 sec)Last modified: