mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added a test
This commit is contained in:
parent
5086fd0c98
commit
539c15ae32
@ -0,0 +1 @@
|
||||
"hello"
|
2
dbms/tests/queries/0_stateless/01085_simdjson_uint64.sql
Normal file
2
dbms/tests/queries/0_stateless/01085_simdjson_uint64.sql
Normal file
@ -0,0 +1,2 @@
|
||||
WITH '{"a": "hello", "b": 12345678901234567890}' AS json
|
||||
SELECT JSONExtractRaw(json, 'a');
|
Loading…
Reference in New Issue
Block a user