sammybee77
Technical User
Please help
I'm trying to update 4 fields in 2 tables in one hit with a not exists clause to ensure I don't violate the primary key constraint. I'm referencing data in 3 tables to do this - Any ideas? Should it be an insert or update statement?
I'm trying to update 4 fields in 2 tables in one hit with a not exists clause to ensure I don't violate the primary key constraint. I'm referencing data in 3 tables to do this - Any ideas? Should it be an insert or update statement?