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

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
lehasm 2021-08-03 23:03:13 +03:00 committed by GitHub
parent 722e092059
commit 2b6ffab384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ toc_title: DETACH
# DETACH Statement {#detach}
Makes the server "forget" about the existence of a table, a materialized view or a dictionary.
Makes the server "forget" about the existence of a table, a materialized view, or a dictionary.
**Syntax**
@ -72,4 +72,3 @@ Code: 60. DB::Exception: Received from localhost:9000. DB::Exception: Table defa
- [Materialized View](../../sql-reference/statements/create/view.md#materialized)
- [Dictionaries](../../sql-reference/dictionaries/index.md)