Insert into problem
I have information in table variable as:
Table1
Location Letter Amount
12 A 0
12 B 0
12 C 1
The information above placed in another table variable must look like:
Table 2
Location Letter Amount
12 A 1
12 B 1
12 C 1
The reason behind the result is to insert records into table 2 from table 1 within the same location that have both letter A and letter B amount = 0.
Can someone help?
Thanks in advance
I have information in table variable as:
Table1
Location Letter Amount
12 A 0
12 B 0
12 C 1
The information above placed in another table variable must look like:
Table 2
Location Letter Amount
12 A 1
12 B 1
12 C 1
The reason behind the result is to insert records into table 2 from table 1 within the same location that have both letter A and letter B amount = 0.
Can someone help?
Thanks in advance