How to: |
The TIME function converts its argument to a time. The type of the argument value may be character, time, or timestamp.
TIME(arg)where:
character string, time, or timestamp
Is the input value.
This function returns a time.
TIME converts a value argument to a time. This example,
TIME('2004-03-15 01:02:03.444')returns 010203444.
| iWay Software |