2009-07-09 Postgres日付の演算 SQL Postgres postgres日付の演算 select current_timestamp + '1 days'; 減算したいときは、数値を-にする。 daysのところは他に years months weeks が使える