PG的时间函数使用整理

PG的时间函数使用整理如下 1.获取系统时间函数 select now(); –2012-05-12 18:51:59.562+08 select current_timestamp; –2012-05-12 18:52:12.062+08 select current_date; –2012-05-12 select current_time; –18:53:23.234+08 2.时间的计算
相关文章
相关标签/搜索