hi friends
i am trying update a table with the values from a cursor
where it matches a condition.the code is
but its updating with wrong values! am i doing any wrong?
Thanks for ur ideas
cheers
i am trying update a table with the values from a cursor
where it matches a condition.the code is
Code:
update master set town=curtemp.town
where master.streetname in (select name from curtemp)
and empty(town)
Thanks for ur ideas
cheers