SECOND
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns the seconds in the argument as a short integer value in the range of 0-59.
Syntax
|
Notes
- The
argument to the function must be of type
TIME. - The argument must be specified in the format HH:MI:SS.
- The result is of type
SHORT. - If the argument expression evaluates to
NULL, the result isNULL.
Example
This
example illustrates the SECOND function, requesting
all columns from rows in the arrivals table where the in_time column
is less than or equal to ‘40':
|
Compatibility
ODBC compatible