Finally I found it. How to add one year to a date in PostgreSQL. SELECT date('now') + interval '1 year' AS today_in_one_year, ...
確定! 回上一頁