CURRENT_CATALOG
Descriptionβ
Get the catalog of the current sql client connection.
Syntaxβ
CURRENT_CATALOG()
Return Valueβ
The catalog name of the current sql client connection.
Examplesβ
select current_catalog();
+-------------------+
| current_catalog() |
+-------------------+
| internal |
+-------------------+