SYS_EXTRACT_UTC
Syntax
SYS_EXTRACT_UTC
(
time IN timestamp with time zone
)
RETURNS timestamp without time zone;
SYS_EXTRACT_UTC
(
time IN timestamp without time zone
)
RETURNS timestamp without time zone;Overview
Parameters
Parameter
Description
Example
Last updated
