Comment on page
LIST DATABASES
{ LIST | SHOW } DATABASES;
A Database will only be listed if current role has USAGE privileges.
demodb.public/demostore# LIST DATABASES;
Name | Default | Owner | Created at | Updated at
----------+---------+----------+----------------------+-----------------------
testdb | ✓ | sysadmin | 2023-01-11T19:59:26Z | 2023-01-11T19:59:26Z
otherdb | | sysadmin | 2023-02-09T23:05:01Z | 2023-02-09T23:05:01Z
Last modified 1mo ago