SHOW DATABASES
SHOW DATABASES
returns a list of all databases in Materialize.
Syntax
Details
Output format
SHOW DATABASES
’s output is a table with one column, name
.
Examples
CREATE DATABASE my_db;
SHOW DATABASES;
materialize
my_db
SHOW DATABASES
returns a list of all databases in Materialize.
SHOW DATABASES
’s output is a table with one column, name
.
CREATE DATABASE my_db;
SHOW DATABASES;
materialize
my_db