ClickHouse/docs/ja/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

15 lines
578 B
Markdown

---
machine_translated: true
machine_translated_rev: d734a8e46ddd7465886ba4133bff743c55190626
toc_priority: 38
toc_title: "\u30CC\u30EB"
---
# ヌル {#null}
Nullテーブルに書き込む場合、データは無視されます。 Nullテーブルから読み取る場合、応答は空です。
ただし、nullテーブルにマテリアライズドビューを作成できます。 したがって、テーブルに書き込まれたデータはビューに表示されます。
[元の記事](https://clickhouse.tech/docs/en/operations/table_engines/null/) <!--hide-->