LIST SHARES
The LIST SHARES
statement is used to list all shares that you've created.
You can also use the table function md_list_database_shares()
.
Syntax
-- using DDL
LIST SHARES;
-- using table function
SELECT name, url, source_db_name FROM md_list_database_shares();