Creates a temporary table of the specified structure with the Null table engine. According to theDocumentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-0a08f105.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Null-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: