i have a table of car. In my table there is a column of time which stores traveling time of individual car in "HH:MM:SS" format. I write a query and get time in the same format. i will write my problem below.
Can i write a function for this table that whenever i select this column, i must get time in seconds i.e integers.
thnx
@rtist
Can i write a function for this table that whenever i select this column, i must get time in seconds i.e integers.
thnx
@rtist
Comment