Contents Index RTRIM function [String] SECONDS function [Date and time]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

SECOND function [Date and time]


Function 

Returns a number from 0 to 59 corresponding to the second component of the given datetime value.

Syntax 

SECOND ( datetime-expression )

Parameters 

datetime-expression    The datetime value.

Standards and compatibility 
Example 

The following statement returns the value 21.

SELECT SECOND( '1998-07-13:21:21:25' )

Contents Index RTRIM function [String] SECONDS function [Date and time]