mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
14 lines
275 B
Markdown
14 lines
275 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).
|
||
|
|
||
|
```eval_rst
|
||
|
.. toctree::
|
||
|
:glob:
|
||
|
|
||
|
*
|
||
|
```
|
||
|
|