mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
test is added
This commit is contained in:
parent
11e6b37ea6
commit
5a08ebd213
@ -0,0 +1,9 @@
|
||||
1 A
|
||||
2 AA
|
||||
3 AAA
|
||||
4 AAAA
|
||||
5 Hello
|
||||
6 HelloA
|
||||
7 HelloAA
|
||||
8 HelloAAA
|
||||
9 HelloAAAA
|
@ -0,0 +1,4 @@
|
||||
SELECT x, s FROM (
|
||||
SELECT 5 AS x, 'Hello' AS s ORDER BY x WITH FILL FROM 1 TO 10 INTERPOLATE (s AS s||'A')
|
||||
) ORDER BY s;
|
||||
|
Loading…
Reference in New Issue
Block a user