Nikita Fomichev 2024-04-03 13:09:43 +02:00
parent fdb752de6f
commit 0b831ab87a
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,25 @@
0 25
1 25
2 25
3 25
4 25
5 25
6 25
7 25
8 25
9 25
10 25
11 25
12 25
13 25
14 25
15 25
16 25
17 25
18 25
19 25
20 25
21 25
22 25
23 25
24 25

View File

@ -0,0 +1,5 @@
-- https://github.com/ClickHouse/ClickHouse/issues/8259
with
(select 25) as something
select *, something
from numbers(toUInt64(assumeNotNull(something)));