mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added test with function randConstant.
This commit is contained in:
parent
76d1412953
commit
90472293fd
@ -0,0 +1,3 @@
|
||||
1
|
||||
1
|
||||
1
|
3
dbms/tests/queries/0_stateless/01015_random_constant.sql
Normal file
3
dbms/tests/queries/0_stateless/01015_random_constant.sql
Normal file
@ -0,0 +1,3 @@
|
||||
select randConstant() >= 0;
|
||||
select randConstant() % 10 < 10;
|
||||
select uniqExact(x) from (select randConstant() as x);
|
Loading…
Reference in New Issue
Block a user