2つの日付を引くだけです:
select date '2011-11-01' - date '1900-01-01'
結果は日数になります。
マニュアルの詳細:
http:// www .postgresql.org / docs / current / static / Functions-datetime.html
2つの日付を引くだけです:
select date '2011-11-01' - date '1900-01-01'
結果は日数になります。
マニュアルの詳細:
http:// www .postgresql.org / docs / current / static / Functions-datetime.html