PostgreSQL与Oracle对应的函数

Posted shirayner

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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?

 

以上是关于PostgreSQL与Oracle对应的函数的主要内容,如果未能解决你的问题,请参考以下文章