I am using ODBC.load to push updated data into a database. This unfortunately fails if the dataframe contains elements already present in the database.
It would be great is ODBC.load had a "skip existing" option which ignored rows for which the primary key already exists. This would likely require passing the unique column names to the function as well.
Hi all,
I am using
ODBC.load
to push updated data into a database. This unfortunately fails if the dataframe contains elements already present in the database.It would be great is
ODBC.load
had a "skip existing" option which ignored rows for which the primary key already exists. This would likely require passing the unique column names to the function as well.Example of the error: