ClickHouse/tests/queries/0_stateless/01447_json_strings.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
153 B
MySQL
Raw Normal View History

2021-09-12 12:35:27 +00:00
-- Tags: no-fasttest
2020-09-01 16:58:39 +00:00
SET output_format_write_statistics = 0;
2020-09-01 09:47:37 +00:00
SELECT
1,
'a',
[1, 2, 3],
(1, 'a'),
null,
nan
FORMAT JSONStrings;