CREATE TABLE SNAPSHOT
Grammar syntax
CREATE SNAPSHOT TABLE [ IF NOT EXISTS ] table_snapshot_name
CLONE source_table_name
[FOR SYSTEM_TIME AS OF time_expression]
[OPTIONS(snapshot_option_list)]Sample Source Patterns
General case
Input Code:
Output Code:
FOR SYSTEM TIME AS OF
Input Code:
Output Code:
Note
Last updated
