Hello,
I have a table 'MASTER' connected to two other tables 'DESC' and 'INCL' where each element in 'MASTER' can have 0 to n elements in 'DESC' and 'INCL'.
What I need is to create a table (MASTER2) similar to (MASTER) with 2 more columns 'DESCRIPTION' and 'INCLUSION' where the values of 'DESC' for a given element of 'MASTER' (if exist), are concatenated in the column 'DESCRIPTION' and same for 'INCL'.
Thanx a lot
Boudi
I have a table 'MASTER' connected to two other tables 'DESC' and 'INCL' where each element in 'MASTER' can have 0 to n elements in 'DESC' and 'INCL'.
What I need is to create a table (MASTER2) similar to (MASTER) with 2 more columns 'DESCRIPTION' and 'INCLUSION' where the values of 'DESC' for a given element of 'MASTER' (if exist), are concatenated in the column 'DESCRIPTION' and same for 'INCL'.
Thanx a lot
Boudi