To list your MotherDuck databases, you can use the SHOW ALL DATABASES SQL command. This command will display all databases, including MotherDuck databases, DuckDB databases, and MotherDuck shares. Alternatively, you can use the table function MD_ALL_DATABASES() to query specific columns from the list of databases.Would you like more detail on how to use these commands?Sources:
- SHOW ALL DATABASES
💡Hint: Mention RunLLM in the thread for followups.