php - How to save this type of time format 147:12:55 in postgresql -


i want save column total working hours spent in table , format 147:25:55 in postgresql excel sheet using php

it interval type. here:

t=# select '147:25:55'::interval,justify_interval('147:25:55'::interval);  interval  | justify_interval -----------+------------------  147:25:55 | 6 days 03:25:55 (1 row) 

Comments

Popular posts from this blog

4x4 Matrix in Python -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -

python - PyInstaller UAC not working in onefile mode -