I have two table and want to create a row with data from these tables
-
Table1
orderid, name, address...tec
Table2
orderid, productid, productdescription..etc
I want a row as follows with header -
orderid, name, product1, product1desc, product2, product2desc...tec.
12323 Brain ww dfsdfsd bbbb ewrrewrwer
the number of products in a order may differ for each order.
How to achieve this?
Thanks Danie Felix