ClickHouse/docs/en/table_engines/view.md
2018-03-30 03:15:52 +03:00

5 lines
260 B
Markdown
Executable File

# 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).