PostgreSQL与Oracle对应的函数

一、对应的函数

1.sysdate

oracle pgsql
sysdate current_date、 current_timestamp
nvl coalesce
 trunc date_trunc(text, timestamp)
   
   
   
   

 

 

二、参考资料

1.What is PostgreSQL equivalent of SYSDATE from Oracle?

 

posted @ 2018-01-05 12:23  shirayner  阅读(1459)  评论(0编辑  收藏  举报