Create 'default.cell_towers' Table in ClickHouse with SQL Query
The value1 variable contains a SQL query to create a table named 'default.cell_towers'. The table has 13 columns with data types such as Enum8, UInt16, UInt64, Float64, and DateTime. The table is ordered by the columns 'radio', 'mcc', 'net', and 'created', and its engine is set to MergeTree. The query also sets the index granularity to 8192.
原文地址: https://www.cveoy.top/t/topic/ofHA 著作权归作者所有。请勿转载和采集!