ClickHouse/docs/en/engines/table-engines/special/null.md

13 lines
378 B
Markdown
Raw Normal View History

2020-04-03 13:23:32 +00:00
---
toc_priority: 38
toc_title: 'Null'
---
2020-03-20 10:10:48 +00:00
# Null {#null}
2017-04-03 19:49:50 +00:00
2017-04-26 17:26:17 +00:00
When writing to a Null table, data is ignored. When reading from a Null table, the response is empty.
2017-04-03 19:49:50 +00:00
However, you can create a materialized view on a Null table. So the data written to the table will end up in the view.
2020-01-30 10:34:55 +00:00
[Original article](https://clickhouse.tech/docs/en/operations/table_engines/null/) <!--hide-->