P
PF
Hi all,
i have 2 tables wich have a product number and associate data (not show)
table a table b
product product
x1 x1
x1 x1
x1 x2
x2 X3
x2 X4
I want to create a third table with a product number and a count.
All products must be listed the maximum number of time they appear in a or
b.
An other field is the count of the number of time that product appear
table c
x1,1
x1,2
x1,3
x2,1
x2,2
x3,1
x4,1
Regards
Pierre
i have 2 tables wich have a product number and associate data (not show)
table a table b
product product
x1 x1
x1 x1
x1 x2
x2 X3
x2 X4
I want to create a third table with a product number and a count.
All products must be listed the maximum number of time they appear in a or
b.
An other field is the count of the number of time that product appear
table c
x1,1
x1,2
x1,3
x2,1
x2,2
x3,1
x4,1
Regards
Pierre