ALTER MIRROR

This command alters the previously configured options for the specified mirror table.

Syntax

// ALTER THE MIRROR TABLE
ALTER MIRROR <snowflake_connection_name.schema.tbl_name> 
SET <table_option> = <value>;

Last updated