Update view.md

This commit is contained in:
alexey-milovidov 2021-03-22 23:44:31 +03:00 committed by GitHub
parent f0a857699f
commit 06ce573c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ Note that materialized view is influenced by [optimize_on_insert](../../../opera
Views look the same as normal tables. For example, they are listed in the result of the `SHOW TABLES` query.
To delete a view, use [DROP VIEW](../../../sql-reference/statements/drop.md#drop-view).
To delete a view, use [DROP VIEW](../../../sql-reference/statements/drop.md#drop-view). Although `DROP TABLE` works for VIEWs as well.
## Live View (Experimental) {#live-view}