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);