Reference Guide > TDV Support for SQL Functions > Date Functions > EXTRACTMICROSECOND
 
EXTRACTMICROSECOND
This function returns the seconds, including fractional parts, multiplied by 1000000 of the input timestamp value. Also see EXTRACT.
Syntax
SELECT EXTRACT(MICROSECONDS FROM TIMESTAMP timestamp_expr);