Replaces a specified number of rows, {2}, in the input {0} with the specified {3}, beginning after the {1}. The {3} parameter ...

Replaces a specified number of rows, {2}, in the input {0} with the specified {3}, beginning after the {1}. The {3} parameter is a list of records.
    
  • {0}: The table where the replacement is performed.
  • {1}: The number of rows to skip before making the replacement.
  • {2}: The number of rows to replace.
  • {3}: The list of row records to insert into the {0} at the location specified by the {1}.