mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 06:32:08 +00:00
12 lines
168 B
Plaintext
12 lines
168 B
Plaintext
plus(1, 1) UInt16
|
|
2
|
|
--
|
|
plus(dummy, dummy) UInt16
|
|
0
|
|
--
|
|
plus(id, length(value)) UInt64
|
|
5
|
|
--
|
|
concat(concat(toString(id), \'_\'), value) String
|
|
0_Value
|