mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
d91c97d15d
* Replace underscores with hyphens * remove temporary code * fix style check * fix collapse
419 B
419 B
toc_priority | toc_title |
---|---|
42 | View |
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).