Hi Simon,
Thanks for the quick reply, Your solution worked flawlessly!
I had to change the Trigger code by adding "FOR EACH ROW" (it would not
accept it is a valid trigger else)
Cheers,
Nadav.
nadavius wrote:
>
> Hi guys,
>
> I have two tables T1, T2 - identical in fields [Index1 (INT),
nadavius wrote:
> I have two tables T1, T2 - identical in fields [Index1 (INT), Index2(INT),
> Count(INT), Value(INT)]
> I would like to merge the content of T1 into T2 using the following ruels:
> 1. Copy into T2 data from T1 where Index1 AND Index2 (like two keys, PK and
> SK) do not exist in T2
On 23 November 2011 11:23, nadavius wrote:
>
> Hi guys,
>
> I have two tables T1, T2 - identical in fields [Index1 (INT), Index2(INT),
> Count(INT), Value(INT)]
> I would like to merge the content of T1 into T2 using the following ruels:
> 1. Copy into T2 data from T1 where Index1 AND Index2 (like
Hi guys,
I have two tables T1, T2 - identical in fields [Index1 (INT), Index2(INT),
Count(INT), Value(INT)]
I would like to merge the content of T1 into T2 using the following ruels:
1. Copy into T2 data from T1 where Index1 AND Index2 (like two keys, PK and
SK) do not exist in T2
2. In case that
Hi guys,
I have two tables T1, T2 - identical in fields [Index1 (INT), Index2(INT),
Count(INT), Value(INT)]
I would like to merge the content of T1 into T2 using the following ruels:
1. Copy into T2 data from T1 where Index1 AND Index2 (like two keys, PK and
SK) do not exist in T2
2. In case that
5 matches
Mail list logo