mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 12:44:42 +00:00
06aa03f1a7
* Doc fixes: rm anchors <a> * Doc fixes: rm anchors <a> * Doc fixes: fix links * Doc fixes: fix the links
7 lines
380 B
Markdown
7 lines
380 B
Markdown
# View {#table_engines-view}
|
|
|
|
Used for implementing views (for more information, see the `CREATE VIEW query`). It does not store data, but only stores the specified `SELECT` query. When reading from a table, it runs this query (and deletes all unnecessary columns from the query).
|
|
|
|
|
|
[Original article](https://clickhouse.yandex/docs/en/operations/table_engines/view/) <!--hide-->
|