Overview
The current_database() is a session information function that returns the current database’s name.Syntax
The syntax forcurrent_database() function is as follows:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Oxla has been acquired by Redpanda Data. Read the news here.
current_database() function is as follows:
SELECT current_database();
SELECT current_database();
+------------+
| f |
+------------+
| Oxla |
+------------+