G
Guest
Is there any way to do several updates on a single column within one update
query?
For example"
update table set column1=1 where xyz='a', column1=2 where xyz='b', column1=3
where xyz = 'c'
RICK
query?
For example"
update table set column1=1 where xyz='a', column1=2 where xyz='b', column1=3
where xyz = 'c'
RICK