If you are adding new rows and updating existing data.
You need two additional parameters:
--check-column : A column name that should be checked for newly appended and updated data. date, time, datetime and timestamp are suitable data types for this column.
--last-value : The last value that su...