Help wanted!
The following content of this documentation page has been machine-translated. But unlike other websites, it is not done on the fly. This translated text lives on GitHub repository alongside main ClickHouse codebase and waits for fellow native speakers to make it more human-readable. You can also use the original English version as a reference.
テーブル関数
表関数は、表を構築するためのメソッドです。
次の表関数を使用できます:
-
FROM の節
SELECT
クエリ。The method for creating a temporary table that is available only in the current query. The table is deleted when the query finishes.
-
テーブルを\<table_function()>として作成 クエリ。
It's one of the methods of creating a table.
警告
テーブル関数を使用することはできません。 allow_ddl 設定は無効です。
関数 | 説明 |
---|---|
ファイル | を作成します。 ファイル-エンジンテーブル。 |
マージ | を作成します。 マージ-エンジンテーブル。 |
数字 | 整数で満たされた単一の列を持つテーブルを作成します。 |
リモート | へ自由にアクセスできるリモートサーバーを作成することなく 分散-エンジンテーブル。 |
url | を作成します。 Url-エンジンテーブル。 |
mysql | を作成します。 MySQL-エンジンテーブル。 |
jdbc | を作成します。 JDBC-エンジンテーブル。 |
odbc | を作成します。 ODBC-エンジンテーブル。 |
hdfs | を作成します。 HDFS-エンジンテーブル。 |