Reizel
DTDrizzle Team
•Created by Reizel on 10/12/2024 in #help
How to update/insert id of a reference when I have a different constraint
I am trying to update/insert a record that has an fk constraint on another table that has an
id
as the primary key, and a unique constraint on appId
and code
. At the time of update/insert, I only have the unique constraint. How can I update/insert the record without fetching the id?
Something like this:
8 replies