Closed ihongyang closed 2 years ago
create table t_timestamp (timestamp11 timestamp);
insert into t_timestamp values (toTimestamp("2022-06-29 10:00:00.000"));
select * from t_timestamp;
create table t_timestamp (timestamp11 timestamp);
insert into t_timestamp values (toTimestamp("2022-06-29 10:00:00.000"));
select * from t_timestamp;