Description
TheSHOW DATABASES command lists all available data sources and projects. The WHERE clause filters all projects.
Syntax
Here is the syntax:FULL keyword to get more information:
SHOW DATABASES command lists all available data sources and projects. The WHERE clause filters all projects.
SHOW DATABASES
WHERE type = 'project';
FULL keyword to get more information:
SHOW FULL DATABASES
WHERE type = 'project';
Was this page helpful?