Viewing 4 posts - 1 through 5 (of 5 total)
Hi Guys,
I tried this query and it works:
update a
set [past effective date 1] = b.effective_date , [Past Rate 1] = b.rate
from trend_analysis a inner join tempratehistory b
...
July 12, 2008 at 3:44 pm
Thanks for replying.
I tried the query below
update TOP (1) s
set [past effective date 1] = s.effective_date , [Past Rate 1] = s.rate
from tempratehistory s Join trend_analysis...
July 12, 2008 at 2:46 pm
MY PM TO LYNN
Hi Lynn,
This is my first post, I dont know if Im suppose to keep it on the forum. I wanted to make sure you see it.. [BigGrin]
Thanks...
June 10, 2008 at 8:31 pm
That did the trick!
Thanks a million Lynn!:D
June 10, 2008 at 7:16 pm
Viewing 4 posts - 1 through 5 (of 5 total)