mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
3 lines
62 B
Plaintext
3 lines
62 B
Plaintext
9
|
|
SELECT any(number) + (any(number) * 2)\nFROM numbers(3, 10)
|