Join Slack
Powered by
Can I use upsert without unique column values ?
# orm-help
d
Dhananjay Takalkar
03/28/2022, 7:29 AM
Can I use upsert without unique column values ?
n
Nurul
03/28/2022, 10:51 AM
Hey Dhananjay 👋 No, unfortunately, you cannot use upsert without a unique where clause. We would need to identify the exact record which needs to be updated or if not found then created.
d
Dhananjay Takalkar
03/28/2022, 10:57 AM
@Nurul
Thanks for your response
👍 1
3
Views
Open in Slack
Previous
Next