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.
null Table Function
Creates a temporary table of the specified structure with the Null table engine. According to theNull-engine properties, the table data is ignored and the table itself is immediately dropped right after the query execution. The function is used for the convenience of test writing and demonstrations.
Syntax
Argument
structure— A list of columns and column types. String.
Returned value
A temporaryNull-engine table with the specified structure.
Example
Query with thenull function: