diff --git a/Clickhouse最新全量建表语句/Clickhouse_建表语句_测试环境.sql b/Clickhouse最新全量建表语句/Clickhouse_建表语句_测试环境.sql index 4c3ee27..4f39a65 100644 --- a/Clickhouse最新全量建表语句/Clickhouse_建表语句_测试环境.sql +++ b/Clickhouse最新全量建表语句/Clickhouse_建表语句_测试环境.sql @@ -2453,7 +2453,6 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_common_client_ip_local O common_server_ip String, common_client_ip String, common_sled_ip String, - common_device_group String, common_entrance_id Int64, common_subscriber_id String, common_stream_trace_id UInt64, @@ -2475,7 +2474,6 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_common_server_ip_local O common_server_ip String, common_client_ip String, common_sled_ip String, - common_device_group String, common_entrance_id Int64, common_subscriber_id String, common_stream_trace_id UInt64, @@ -2497,7 +2495,6 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_http_domain_local ON CLU common_server_ip String, common_client_ip String, common_sled_ip String, - common_device_group String, common_entrance_id Int64, common_subscriber_id String, common_stream_trace_id UInt64, @@ -4055,7 +4052,6 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_common_client_ip ON CLUS common_server_ip String, common_client_ip String, common_sled_ip String, - common_device_group String, common_entrance_id Int64, common_subscriber_id String, common_stream_trace_id UInt64, @@ -4074,7 +4070,6 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_common_server_ip ON CLUS common_server_ip String, common_client_ip String, common_sled_ip String, - common_device_group String, common_entrance_id Int64, common_subscriber_id String, common_stream_trace_id UInt64, @@ -4094,7 +4089,6 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_http_domain ON CLUSTER c common_server_ip String, common_client_ip String, common_sled_ip String, - common_device_group String, common_entrance_id Int64, common_subscriber_id String, common_stream_trace_id UInt64, @@ -4113,7 +4107,6 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_common_client_ip ON CLUS common_server_ip String, common_client_ip String, common_sled_ip String, - common_device_group String, common_entrance_id Int64, common_subscriber_id String, common_stream_trace_id UInt64, @@ -4132,7 +4125,6 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_common_server_ip ON CLUS common_server_ip String, common_client_ip String, common_sled_ip String, - common_device_group String, common_entrance_id Int64, common_subscriber_id String, common_stream_trace_id UInt64, @@ -4152,7 +4144,6 @@ CREATE TABLE IF NOT EXISTS tsg_galaxy_v3.session_record_http_domain ON CLUSTER c common_server_ip String, common_client_ip String, common_sled_ip String, - common_device_group String, common_entrance_id Int64, common_subscriber_id String, common_stream_trace_id UInt64,