Skip to content

Commit 5270cc3

Browse files
committed
Update show-drop-databases.md
1 parent 7b17194 commit 5270cc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/en/sql-reference/10-sql-commands/00-ddl/00-database/show-drop-databases.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ import FunctionDescription from '@site/src/components/FunctionDescription';
77

88
Lists all databases along with their deletion timestamps if they have been dropped, allowing users to review deleted databases and their details.
99

10+
- Dropped databases can only be retrieved if they are within the data retention period.
11+
- It is recommended to use an admin user, such as `root`. If you are using Databend Cloud, use a user with the `account_admin` role to query dropped databases.
12+
1013
See also: [system.databases_with_history](../../../00-sql-reference/20-system-tables/system-databases-with-history.md)
1114

1215
## Syntax

0 commit comments

Comments
 (0)