Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikVarmer authored Aug 5, 2020
1 parent 8368989 commit 55f822e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ upsert(connection = con, # SQL server connection string
dataframe = df, # input dataframe
schema = schema, # Target schema name on SQL server
table = table, # Target table name on SQL server
delete = TRUE) # specifies whether to delete old ID's not present in input DF. TRUE deletes old ID's
delete = TRUE) # specifies whether to delete old ID's not present in input DF. TRUE deletes
```

0 comments on commit 55f822e

Please sign in to comment.