Added test with function randConstant.

This commit is contained in:
Nikolai Kochetov 2019-10-04 12:22:07 +03:00
parent 76d1412953
commit 90472293fd
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
1
1
1

View File

@ -0,0 +1,3 @@
select randConstant() >= 0;
select randConstant() % 10 < 10;
select uniqExact(x) from (select randConstant() as x);