Re: [PHP] php/mysql grouping output
On Sun, 9 Mar 2003 14:56:31 -0500 Kelly Meeks <[EMAIL PROTECTED]> wrote: > Order Num Order Date Product CodeProduct Name > --- > 1 2003-01-01 1
[PHP] php/mysql grouping output
I've got a multi-table query, (pulling from both an orders and an orders_products (line items) file), and I'd like to group the output to help reduce multiple appearances of of the product skus. The query: select orders.orders_id,orders.date_purchased,orders.customers_name,orders_products.prod