You've already forked www.colben.cn
update
This commit is contained in:
@@ -6,11 +6,11 @@ tags: []
|
||||
categories: ["clickhouse"]
|
||||
---
|
||||
|
||||
# Null 表引擎简介
|
||||
## Null 表引擎简介
|
||||
- 类似 /dev/null,忽略写入的任何数据,查询时返回空表
|
||||
- 如果物化视图不需要保留源表数据,则可设置源表为 Null 引擎
|
||||
|
||||
# 创建 Null 表引擎
|
||||
## 创建 Null 表引擎
|
||||
- 声明
|
||||
```sql
|
||||
ENGINE = Null
|
||||
|
Reference in New Issue
Block a user