Golang语言把 create_table_query CREATE TABLE defaultcell_towers radio Enum8 = 0 CDMA = 1 GSM = 2 LTE = 3 NR = 4 UMTS = 5 mcc UInt16 net UInt16 area UInt16 cell UInt64 unit Int16 lon Float64 lat Float64 r
value := "CREATE TABLE default.cell_towers (radio Enum8('' = 0, 'CDMA' = 1, 'GSM' = 2, 'LTE' = 3, 'NR' = 4, 'UMTS' = 5), mcc UInt16, net UInt16, area UInt16, cell UInt64, unit Int16, lon Float64, lat Float64, range UInt32, samples UInt32, changeable UInt8, created DateTime, updated DateTime, averageSignal UInt8) ENGINE = MergeTree ORDER BY (radio, mcc, net, created) SETTINGS index_granularity = 8192"
原文地址: https://www.cveoy.top/t/topic/fq7S 著作权归作者所有。请勿转载和采集!