SQL DISTINCT
Posted: Tue Oct 03, 2006 4:49 pm
Hi,
I am trying to display a list of products ordered using php and mysql.
I want to be able to display a list of all product orders but not each individual product.
I am retrieving data from more than one table.
Can I do this by using DISTINCT? if so, how?
Thanks
I am trying to display a list of products ordered using php and mysql.
I want to be able to display a list of all product orders but not each individual product.
I am retrieving data from more than one table.
Can I do this by using DISTINCT? if so, how?
Thanks