I have time column in my database whose data type is "time" i.e 00:00:00.
In python i make a query and get this column as string.
I want this time only in seconds i.e. integers.
I want a python function which converts time like this into seconds (integers).
Presently i am writing formula in python But Is there any function which serves this purpose????
What i have to do???
In python i make a query and get this column as string.
I want this time only in seconds i.e. integers.
I want a python function which converts time like this into seconds (integers).
Presently i am writing formula in python But Is there any function which serves this purpose????
What i have to do???
Comment