I'm not sure it's a "group by" thing at all, but...
I have a table the holds "client" field and "orderName" field.
Sometimes, the same client name was inserted to differrent records. I don't want to prevent it, but I do want to have a query that shows me in one row, all orders concerning each client. like: joe orderName orderName orderName.
(I only want the duplicates records this way, I don't wanna see the rest) Any idea? Thanks.
I have a table the holds "client" field and "orderName" field.
Sometimes, the same client name was inserted to differrent records. I don't want to prevent it, but I do want to have a query that shows me in one row, all orders concerning each client. like: joe orderName orderName orderName.
(I only want the duplicates records this way, I don't wanna see the rest) Any idea? Thanks.