New Scalar Function CURRENT_CLUSTER
Details
| Detail name | Value |
|---|---|
| Changelog Number | 13283 |
| Type | New Feature |
| Status | Resolved |
| Fix Versions | Exasol 7.0.0 |
| Resolution Date | 2020-09-11 |
New Feature
The new function CURRENT_CLUSTER returns the name of the database cluster on which the current session is running. This cluster name is also referenced in some statistical system tables like EXA_USER_SESSIONS_LAST_DAY.
Example
SELECT CURRENT_CLUSTER;
Changed behavior
New reserved keywords CURRENT_CLUSTER and CURRENT_CLUSTER_UID.