Hello,
Yesterday, I posted a question concerning UPDATE. The solution presented to me was helpful, however, a new error has occurred. This is my query:
update table set emp_id='???', empno='???', soc_sec_no='???'
where (soc_sec_no='???' and emp_id='???' and empno='???')
When I run this query, I get the following error:
UPDATE statement conflicted with TABLE REFERENCE constraint 'R_195'. The conflict occurred in database '???', table 'table1'.
The statement has been terminated.
I'm not entirely sure what this error message is saying. Please help. Thanks.
The ??? represents data and is not in my actual query.
Yesterday, I posted a question concerning UPDATE. The solution presented to me was helpful, however, a new error has occurred. This is my query:
update table set emp_id='???', empno='???', soc_sec_no='???'
where (soc_sec_no='???' and emp_id='???' and empno='???')
When I run this query, I get the following error:
UPDATE statement conflicted with TABLE REFERENCE constraint 'R_195'. The conflict occurred in database '???', table 'table1'.
The statement has been terminated.
I'm not entirely sure what this error message is saying. Please help. Thanks.
The ??? represents data and is not in my actual query.