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.
Help ClickHouse documentation by editing this page
表函数
表函数是构造表的方法。
您可以使用表函数:
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.
查询。
It's one of the methods of creating a table.
警告
你不能使用表函数,如果 allow_ddl 设置被禁用。
功能 | 产品描述 |
---|---|
文件 | 创建一个 文件-发动机表。 |
合并 | 创建一个 合并-发动机表。 |
数字 | 创建一个包含整数填充的单列的表。 |
远程 | 允许您访问远程服务器,而无需创建 分布-发动机表。 |
url | 创建一个 Url-发动机表。 |
mysql | 创建一个 MySQL-发动机表。 |
jdbc | 创建一个 JDBC-发动机表。 |
odbc | 创建一个 ODBC-发动机表。 |
hdfs | 创建一个 HDFS-发动机表。 |
当前内容版权归 ClickHouse 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ClickHouse .