mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
This commit is contained in:
parent
fdb752de6f
commit
0b831ab87a
@ -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
|
@ -0,0 +1,5 @@
|
||||
-- https://github.com/ClickHouse/ClickHouse/issues/8259
|
||||
with
|
||||
(select 25) as something
|
||||
select *, something
|
||||
from numbers(toUInt64(assumeNotNull(something)));
|
Loading…
Reference in New Issue
Block a user