Tutorial by Examples

If you are only adding new rows in your RDBMS (not updating existing data) You need two additional parameters: --check-column : A column name that should be checked for newly appended data. Integer would be a suitable data type for this column. --last-value : The last value that successfully im...
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...

Page 1 of 1