構文
引数
| 引数 | 説明 |
|---|---|
database | データベース名。 |
table | テーブル名。 |
other_table_function(...) | 別のテーブル関数。例:SELECT * FROM loop(numbers(10)); ここでの other_table_function(...) は numbers(10) です。 |
ClickHouse の loop テーブル関数は、クエリ結果を無限に繰り返し返します。
| 引数 | 説明 |
|---|---|
database | データベース名。 |
table | テーブル名。 |
other_table_function(...) | 別のテーブル関数。例:SELECT * FROM loop(numbers(10)); ここでの other_table_function(...) は numbers(10) です。 |