How to: |
The SECOND function returns the second field from a time or timestamp value.
SECOND(arg)where:
Time or timestamp
Is the input value.
This function returns an integer value.
SECOND returns seconds from a time or timestamp. This example,
SECOND('11:22:33')returns 33.
This example,
SECOND('2001-01-22 12:24:36')returns 36.
| iWay Software |