TIMESTAMP Data Type
Description
TIMESTAMP [(fractional_seconds_precision)] Sample Source Patterns
Timestamp in Create Table
Oracle
CREATE TABLE timestamp_table
(
timestamp_col1 TIMESTAMP,
timestamp_col2 TIMESTAMP(7)
);
INSERT INTO timestamp_table(timestamp_col1, timestamp_col2) VALUES (TIMESTAMP '2010-10-10 12:00:00', TIMESTAMP '2010-10-10 12:00:00');Snowflake
Retrieving data from a Timestamp column
Oracle
Snowflake
Known Issues
Related EWIs
Last updated
