I am trying to update rows from R to sql table. I am following below code for this. But the issue, when ever i run this, it delete the existing rows and then appends. Is there a way to only append the rows/
Example : In first instance, I am updating new rows (10) to sql table. At second instance, there are 90 rows, but since the below code deletes the existing rows, the final output is 90 rows in sql table. But actually, it should be 90+10 (100 rows). Is this possible to achieve?
Vinay, I'm busy, so if you had a reprex I would look at your issue. Without a reprex I'm less likely to spend time. Good luck, I might check this later.
It should be a text of code I can simply copy from your post into a new rstudio session and expect to see the behaviour that you see.
That means libraries loaded. Objects defined etc.