PostgreSQL13 justify_hours関数で時間間隔を調整する
環境
Windows 10 Home 64bit
PostgreSQL 13.2, compiled by Visual C++ build 1914, 64-bit
構文
justify_hours(interval)
「justify_hours()」を利用して24時間を1日とする時間間隔の調整します。
使用例
SQL構文
select justify_hours(interval '26 hours')
実行結果
1 day 02:00:00