Hello,
I've two tables:Handset, Stimterm.They have 1-1 relation.
Now, I want to do something like this:
UPDATE Handset,Stimterm set hs_delete = 1 and stim_delete = 1 where hs_id =1 and stim_id =1
What exactly I mean is, I'm trying to set the value 1 for the columns hs_delete which corresponds to the table Handset and stim_delete which corresponds to the table Stimterm.
Well, i hope i expressed clearly.
Could somebody pls tell me is it possible to write such statements?
If yes, how can i write it and if NO, what is the alternative.
Thanks in advance