ClickHouse/docs/en/engines/table-engines/special/null.md
Ivan Blinkov d91c97d15d
[docs] replace underscores with hyphens (#10606)
* Replace underscores with hyphens

* remove temporary code

* fix style check

* fix collapse
2020-04-30 21:19:18 +03:00

13 lines
378 B
Markdown

---
toc_priority: 38
toc_title: 'Null'
---
# Null {#null}
When writing to a Null table, data is ignored. When reading from a Null table, the response is empty.
However, you can create a materialized view on a Null table. So the data written to the table will end up in the view.
[Original article](https://clickhouse.tech/docs/en/operations/table_engines/null/) <!--hide-->