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

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -