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 table as string.
I want this time only in seconds i.e. integers.
What i have to do???
in python i make a query and get this table as string.
I want this time only in seconds i.e. integers.
What i have to do???
Comment