Spatio-Temporal-Lab / start-db-achive

GNU General Public License v3.0
16 stars 9 forks source link

timestamp字段类型查询返回的数据为null #287

Closed ihongyang closed 2 years ago

ihongyang commented 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;

image