You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: