Added test.

This commit is contained in:
Nikolai Kochetov 2020-07-28 15:29:49 +03:00
parent cf503be085
commit c509ba6919
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
(1,1,0)

View File

@ -0,0 +1 @@
select tuple(1, 1, number) as t from numbers_mt(1000001) order by t, number limit 1;