mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 23:54:10 +00:00
2 lines
66 B
SQL
2 lines
66 B
SQL
INSERT INTO test SELECT number, toString(number) FROM numbers(10)
|