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

This commit is contained in:
Dan Roscigno 2023-04-06 12:09:34 -04:00 committed by GitHub
parent 28f86e7b84
commit 66af848f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ sidebar_label: UNDROP
Cancels the dropping of the table.
Beginning with ClickHouse version 23.3 it is possible to UNDROP a table
Beginning with ClickHouse version 23.3 it is possible to UNDROP a table in an Atomic database
within `database_atomic_delay_before_drop_table_sec` (8 minutes by default) of issuing the DROP TABLE statement. Dropped tables are listed in
a system table called `system.dropped_tables`.