mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 14:42:02 +00:00
7 lines
227 B
Markdown
7 lines
227 B
Markdown
<a name="formats"></a>
|
|
|
|
# Formats
|
|
|
|
The format determines how data is returned to you after SELECTs (how it is written and formatted by the server), and how it is accepted for INSERTs (how it is read and parsed by the server).
|
|
|