TIMESTAMP WITH TIME ZONE Data Type
Description
TIMESTAMP [(fractional_seconds_precision)] WITH TIME ZONESample Source Patterns
Timestamp with Time Zone in Create Table
Oracle
CREATE TABLE timestamp_with_time_zone_table
(
timestamp_col1 TIMESTAMP(5) WITH TIME ZONE
);
INSERT INTO timestamp_with_time_zone_table(timestamp_col1) VALUES (TIMESTAMP '2010-10-10 12:00:00');Snowflake
Retrieving data from a Timestamp with Time Zone column
Oracle
Snowflake
Known Issues
1. Timestamp formats may be different
Oracle
Snowflake
Related EWIs
Last updated
