mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
8 lines
594 B
Plaintext
8 lines
594 B
Plaintext
CREATE TABLE default.table_from_remote AS remote(\'localhost\', \'system\', \'numbers\')
|
|
CREATE TABLE default.table_from_remote AS remote(\'localhost\', \'system\', \'numbers\')
|
|
CREATE TABLE default.table_from_numbers AS numbers(1000)
|
|
CREATE TABLE default.table_from_numbers AS numbers(1000)
|
|
CREATE TABLE default.table_from_select\n(\n `number` UInt64\n)\nENGINE = MergeTree()\nORDER BY tuple()\nSETTINGS index_granularity = 8192
|
|
CREATE TABLE default.table_from_select\n(\n `number` UInt64,\n `col` UInt8\n)\nENGINE = MergeTree()\nORDER BY tuple()\nSETTINGS index_granularity = 8192
|
|
1
|