PostgreSQLで日付から日付を減算する方法 date型のカラムから日付を減算する方法:SELECT date_column - INTERVAL '1 day' AS result FROM your_table;>>More