Can I use upsert without unique column values ?
# orm-help
d
Can I use upsert without unique column values ?
n
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
@Nurul Thanks for your response
👍 1