test timestamp

Posted on 2013-04-25 17:36  JasmineLiu  阅读(182)  评论(0编辑  收藏  举报


highgo=# select '2013-7-8 23:23:23.9999989'::timestamp(6);
timestamp
----------------------------
2013-07-08 23:23:23.999999
(1 行记录)


highgo=# select '2013-7-8 23:23:23.9999984'::timestamp(6);
timestamp
----------------------------
2013-07-08 23:23:23.999998
(1 行记录)

Copyright © 2024 JasmineLiu
Powered by .NET 8.0 on Kubernetes