J
JIM.H.
Hello,
I have a table which has Id, Desc, Num,Qty. This table is
updated with CSV files and files may have the same Id,
Desc and Num but a different Qty. So id and Desc might
repeat itself in the table. Now I need to create another
table that finds repetition of Desc fields and sums qty
and create a single row for it in the new table.
How can I do that?
Thanks,
Jim.
I have a table which has Id, Desc, Num,Qty. This table is
updated with CSV files and files may have the same Id,
Desc and Num but a different Qty. So id and Desc might
repeat itself in the table. Now I need to create another
table that finds repetition of Desc fields and sums qty
and create a single row for it in the new table.
How can I do that?
Thanks,
Jim.