mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
6 lines
226 B
Markdown
6 lines
226 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).
|