Added a test

This commit is contained in:
Alexey Milovidov 2019-08-20 22:53:03 +03:00
parent f9968fbcfc
commit db55780d21
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
0 9999999 49999995000000
10000000 14999999 62499997500000
10000000 14999999 62499997500000

View File

@ -0,0 +1,3 @@
SELECT min(number), max(number), sum(number) FROM numbers_mt(10000000);
SELECT min(number), max(number), sum(number) FROM numbers(10000000, 5000000);
SELECT min(number), max(number), sum(number) FROM numbers_mt(10000000, 5000000);