ClickHouse/docs/en/table_engines/null.md
2018-03-30 03:15:52 +03:00

7 lines
231 B
Markdown
Executable File

# 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.