I have got tree tables.
t1 - ID, STATUS
t2 - ID, ID_P
t3 - ID_P, ID_OBJECT
I need UPDATE table t1 and set up STATUS on OK in case that for the ID in t1 exists ID_OBJECT = ID0041 in table t3. Can someone give me advise please?
t1 - ID, STATUS
t2 - ID, ID_P
t3 - ID_P, ID_OBJECT
I need UPDATE table t1 and set up STATUS on OK in case that for the ID in t1 exists ID_OBJECT = ID0041 in table t3. Can someone give me advise please?
Comment