ClickHouse/tests/queries/0_stateless/02340_analyzer_functions.reference

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
168 B
Plaintext
Raw Normal View History

2022-08-31 15:21:17 +00:00
plus(1, 1) UInt16
2022-07-14 11:31:58 +00:00
2
--
plus(dummy, dummy) UInt16
0
--
plus(id, length(value)) UInt64
5
--
concat(concat(toString(id), \'_\'), value) String
0_Value