Syntax
Arguments
| Argument | Description |
|---|---|
database | database name. |
table | table name. |
other_table_function(...) | other table function. Example: SELECT * FROM loop(numbers(10)); other_table_function(...) here is numbers(10). |
The loop table function in ClickHouse is used to return query results in an infinite loop.
| Argument | Description |
|---|---|
database | database name. |
table | table name. |
other_table_function(...) | other table function. Example: SELECT * FROM loop(numbers(10)); other_table_function(...) here is numbers(10). |