Viewing 3 posts - 1 through 3 (of 3 total)
Hi,
For now I need to merge these three queries, Please let me know if there is a way to accomplish this.
UPDATE A
SET A.ACTION1=B.ACTION
FROM TABLE_A A,TABLE_B B
WHERE A.ID=B.ID AND A.ACTION1 IS...
September 1, 2016 at 11:16 am
#1898838
There are only three kind of actions taken on any ID, and business wants to have all the history action that was taken on any particular ID. So here we...
September 1, 2016 at 6:16 am
#1898734
Thank you so much for your help, yes it worked for me.
June 23, 2016 at 7:24 am
#1886524