From 4dded0ab1947bc16c1ec89ddf89a2cf310dcde57 Mon Sep 17 00:00:00 2001 From: lifengchao Date: Thu, 18 Jan 2024 16:09:31 +0800 Subject: [PATCH] =?UTF-8?q?DateTime64=E7=B1=BB=E5=9E=8B=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E5=86=99=E4=BF=AE=E6=94=B9=EF=BC=9ADatetime64=E4=BB=8E?= =?UTF-8?q?=E6=94=B9=E4=B8=BADateTime64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Clickhouse_CN_建表语句.sql | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Clickhouse最新全量建表语句/Clickhouse_CN_建表语句.sql b/Clickhouse最新全量建表语句/Clickhouse_CN_建表语句.sql index 22703d7..ee2acff 100644 --- a/Clickhouse最新全量建表语句/Clickhouse_CN_建表语句.sql +++ b/Clickhouse最新全量建表语句/Clickhouse_CN_建表语句.sql @@ -6,8 +6,8 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn_local ON CLUS recv_time Int64, log_id UInt64, flags UInt64, - start_timestamp_ms Datetime64(3), - end_timestamp_ms Datetime64(3), + start_timestamp_ms DateTime64(3), + end_timestamp_ms DateTime64(3), duration_ms Int64, decoded_as String, client_ip String, @@ -121,8 +121,8 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn ON CLUSTER ck recv_time Int64, log_id UInt64, flags UInt64, - start_timestamp_ms Datetime64(3), - end_timestamp_ms Datetime64(3), + start_timestamp_ms DateTime64(3), + end_timestamp_ms DateTime64(3), duration_ms Int64, decoded_as String, client_ip String, @@ -236,8 +236,8 @@ CREATE TABLE IF NOT EXISTS cyber_narrator_galaxy.session_record_cn ON CLUSTER ck recv_time Int64, log_id UInt64, flags UInt64, - start_timestamp_ms Datetime64(3), - end_timestamp_ms Datetime64(3), + start_timestamp_ms DateTime64(3), + end_timestamp_ms DateTime64(3), duration_ms Int64, decoded_as String, client_ip String,