ClickHouse/tests/queries/0_stateless/01085_simdjson_uint64.sql

5 lines
113 B
MySQL
Raw Normal View History

2021-09-12 12:35:27 +00:00
-- Tags: no-fasttest
2020-02-24 18:22:01 +00:00
WITH '{"a": "hello", "b": 12345678901234567890}' AS json
SELECT JSONExtractRaw(json, 'a');