Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
view Table Function
Turns a subquery into a table. The function implements views (see CREATE VIEW). The resulting table does not store data, but only stores the specifiedSELECT query. When reading from the table, ClickHouse executes the query and deletes all unnecessary columns from the result.
Syntax
Arguments
subquery—SELECTquery.
Returned value
- A table.
Examples
Input table:view function as a parameter of the remote and cluster table functions: