FORK MODEL
FORK MODEL
is used to create a new model that is a copy an existing model.
Syntax
FORK MODEL [ IF NOT EXISTS ] new_model_name FROM existing_model_name [ VERSION model_version ]
A new model created that is a copy of the configuration of the existing_model_name at this point in time.