jchewsmith
Technical User
Is there a way to create a join that will join 2 tables, the first table has a record of a acct # and name, the 2nd table has multiple rows by account # and I want them to show the result as one row with new columns for each row field data.
So table Customer has Customer ID and Name
Table orders as customer ID, order 1 with a red ball, order 2 with a blue ball, order 3 with a green ball, etc.
I want results as follows:
Customer ID Customer Name Order 1 order 2 order 3
123 Joe Customer red ball blue ball green ball
So table Customer has Customer ID and Name
Table orders as customer ID, order 1 with a red ball, order 2 with a blue ball, order 3 with a green ball, etc.
I want results as follows:
Customer ID Customer Name Order 1 order 2 order 3
123 Joe Customer red ball blue ball green ball