mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
6 lines
238 B
XML
6 lines
238 B
XML
|
<test>
|
||
|
<query>SELECT rand32() AS x FROM numbers(1000000) ORDER BY x</query>
|
||
|
<query>SELECT rand64() AS x FROM numbers(1000000) ORDER BY x</query>
|
||
|
<query>SELECT 1 / rand64() AS x FROM numbers(1000000) ORDER BY x</query>
|
||
|
</test>
|