D
Daniel
In a table I have two columns that may sometimes hold the
same codes, for Example:
Col1 Col2
xxxx xxxx
yyyy zzzz
pppp pppp
I need to run a query that will update col1 to null where
the code is the same as what is in col2 so the rsult
would be:
Col1 Col2
xxxx
yyyy zzzz
pppp
How would I go about this...please help...really stuck
with this!
Thanks
same codes, for Example:
Col1 Col2
xxxx xxxx
yyyy zzzz
pppp pppp
I need to run a query that will update col1 to null where
the code is the same as what is in col2 so the rsult
would be:
Col1 Col2
xxxx
yyyy zzzz
pppp
How would I go about this...please help...really stuck
with this!
Thanks