This commit is contained in:
2021-11-14 15:52:46 +08:00
parent 915c231124
commit 1e344dc204
112 changed files with 1039 additions and 1039 deletions

View File

@@ -6,12 +6,12 @@ tags: []
categories: ["clickhouse"]
---
# URL 表引擎简介
## URL 表引擎简介
- http 客户端,支持 http 和 https 协议
- SELECT 转换成 GET 请求
- INSERT 转换成 POST 请求
# 创建 URL 表引擎
## 创建 URL 表引擎
- 声明
```sql
ENGINE = URL('url', format)