EXTRACTMILLISECOND

This function returns the seconds, including fractional parts, multiplied by 1000 of the input timestamp value. Also see EXTRACT.

Syntax

SELECT EXTRACT(MILLISECONDS FROM TIMESTAMP timestamp_expr);