MySQL TIME_TO_SEC() Function
Definition and Usage
The TIME_TO_SEC() function converts a time value into seconds.
Syntax
TIME_TO_SEC(time)
Parameter Values
| Parameter | Description |
|---|---|
| time | Required. The time value |
Technical Details
| Works in: | From MySQL 4.0 |
|---|