mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
11 lines
138 B
SQL
11 lines
138 B
SQL
SET output_format_write_statistics = 0;
|
|
|
|
SELECT
|
|
1,
|
|
'a',
|
|
[1, 2, 3],
|
|
(1, 'a'),
|
|
null,
|
|
nan
|
|
FORMAT JSONCompactStrings;
|