timstamp(6) 数据存储方式
如何保存 "2022-01-01 12:00:00.000001"?
insert into test4 values(to_timestamp('2022-01-01 12:00:00.000001','yyyy-mm--dd hh24:mi:ss.ff'));