MySQL TIME_TO_SEC Function

Example

Convert a time value into seconds:

SELECT TIME_TO_SEC("19:30:10");

Definition and Usage

The TIME_TO_SEC() function converts a time value into seconds.

Syntax

TIME_TO_SEC(time)

Continue reading MySQL TIME_TO_SEC Function