mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added another test just in case
This commit is contained in:
parent
b396a5a392
commit
6b357421fc
@ -0,0 +1,4 @@
|
||||
123
|
||||
Hello
|
||||
Hello
|
||||
0
|
@ -0,0 +1,5 @@
|
||||
SELECT visitParamExtractUInt('"a":123', 'a');
|
||||
SELECT visitParamExtractString('"a":"Hello"', 'a');
|
||||
SELECT visitParamExtractRaw('"a":Hello}', 'a');
|
||||
|
||||
SELECT sum(ignore(visitParamExtractRaw(concat('{"a":', reinterpretAsString(rand64())), 'a'))) FROM numbers(1000000);
|
Loading…
Reference in New Issue
Block a user