mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 08:03:15 +00:00
2.4 KiB
2.4 KiB
machine_translated | machine_translated_rev | toc_folder_title | toc_priority | toc_title |
---|---|---|---|---|
true | 72537a2d52 |
表函数 | 34 | 导言 |
表函数
表函数是构造表的方法。
您可以使用表函数:
-
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.
!!! warning "警告" 你不能使用表函数,如果 allow_ddl 设置被禁用。
功能 | 产品描述 |
---|---|
文件 | 创建一个 文件-发动机表。 |
合并 | 创建一个 合并-发动机表。 |
数字 | 创建一个包含整数填充的单列的表。 |
远程 | 允许您访问远程服务器,而无需创建 分布-发动机表。 |
url | 创建一个 Url-发动机表。 |
mysql | 创建一个 MySQL-发动机表。 |
jdbc | 创建一个 JDBC-发动机表。 |
odbc | 创建一个 ODBC-发动机表。 |
hdfs | 创建一个 HDFS-发动机表。 |