1. 程式人生 > >PostgreSQL與Oracle對應的函數

PostgreSQL與Oracle對應的函數

get table timestamp -o oal current acl mes 參考

一、對應的函數

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對應的函數