From: "Aaron Wolski" <aaronjw@xxxxxxxxxxxxx> > I have data in a Db that looks something like: > > 14,smithcanada@xxxxxxxxxxxxx,Andrew,Smith > 1,smithcanada@xxxxxxxxxxxxx,Andrew,Smith > 14,b-richardson@xxxxxxxxxxxxxx,Barbara,Richardson > 1,b-richardson@xxxxxxxxxxxxxx,Barbara,Richardson > > The number represents a product_id that was purchased by the customer in > question. As you can see from this example.. I have a two customers who > purchased two different products. > > What I NEED to do is have one entry for each customer but with both > their product_id in the same result. For example: > > 14,1,smithcanada@xxxxxxxxxxxxx,Andrew,Smith > > ANY clue how I could go about getting this to work? I'm very desperate > and running out of time :-( Sorry, it's not going to happen and besides, there isn't any reason you should need to return a row like that. How about you tell us what you're actually trying to do and someone can help you clean up your method... ---John Holmes... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php