SECOND

Returns the second component of a time as number between 0-59.

Parameter List

Syntax
SECOND(time)
time

The time to extract the second from. For example: 11:30:25 or 2020-02-02 20:30:30.

Examples

SECOND("20:30:25") returns 25