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);
This function returns the seconds, including fractional parts, multiplied by 1000 of the input timestamp value. Also see EXTRACT.
SELECT EXTRACT(MILLISECONDS FROM TIMESTAMP timestamp_expr);
Copyright © 2002-2025. Cloud Software Group, Inc. All Rights Reserved.