Update docs/en/sql-reference/statements/drop.md

Co-authored-by: Han Fei <hanfei19910905@gmail.com>
This commit is contained in:
Robert Schulze 2024-04-03 12:53:09 +02:00 committed by GitHub
parent 2f45d98c97
commit 0782ccaa91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ DROP DATABASE [IF EXISTS] db [ON CLUSTER cluster] [SYNC]
Deletes one or more tables.
:::tip
To undo the deletion of a table, please see see [UNDROP TABLE](/docs/en/sql-reference/statements/undrop.md)
To undo the deletion of a table, please see [UNDROP TABLE](/docs/en/sql-reference/statements/undrop.md)
:::
Syntax: