test is added

This commit is contained in:
Yakov Olkhovskiy 2023-01-11 13:38:43 +00:00
parent 92caf20323
commit 718ad72871
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
10 1.2.3.4 0
11 1.2.3.4 3
12 1.2.3.4 4
13 1.2.3.4 12
14 1.2.3.4 0
15 1.2.3.4 10
16 1.2.3.4 4
17 1.2.3.4 10
18 1.2.3.4 4
19 1.2.3.4 10
20 1.2.3.4 0
21 1.2.3.4 7
22 1.2.3.4 14
23 1.2.3.4 12
24 1.2.3.4 4
25 1.2.3.4 10
26 1.2.3.4 12
27 1.2.3.4 13
28 1.2.3.4 0
29 1.2.3.4 1

View File

@ -0,0 +1 @@
SELECT number, ip, ip % number FROM (SELECT number, toIPv4('1.2.3.4') as ip FROM numbers(10, 20));