One more test #4767

This commit is contained in:
Alexey Milovidov 2020-04-18 15:39:08 +03:00
parent 96c2882db9
commit 65714a3014
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
0 6
1 6
2 6
3 6
4 6
4 6
4 6
4 7
4 8
4 9

View File

@ -0,0 +1 @@
SELECT least(4, number, 6), greatest(4, number, 6) FROM numbers(10);