一、对应的函数
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 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对应的函数的主要内容,如果未能解决你的问题,请参考以下文章
如果在单个请求中与 Oracle 和 PostgreSql 交互以处理超过 20 万条记录,如何提高 EF Core 性能