ClickHouse/docs/en/operations/table_engines/view.md
2020-03-20 13:10:48 +03:00

6 lines
377 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.tech/docs/en/operations/table_engines/view/) <!--hide-->