运维网's Archiver
论坛
›
PostgreSQL
› postgresql获取当前时间
妖怪幻
发表于 2016-11-20 08:49:17
postgresql获取当前时间
SELECT CURRENT_TIMESTAMP(0) :: TIMESTAMP WITHOUT TIME ZONE
注意:不要用时区。
http://bbs.csdn.net/topics/390105063
页:
[1]
查看完整版本:
postgresql获取当前时间