In Postgresql, we can also add a year to the current date using the INTERVAL data type. Let's add a year to any date. SELECT '2022-09-18':: date ...
確定! 回上一頁