
June 13th, 2004, 05:10 PM
|
|
Registered User
|
|
Join Date: Jun 2004
Posts: 12
Time spent in forums: 8 m 21 sec
Reputation Power: 0
|
|
|
Return all data where one column is distinct
Hi, maybe someone can help...
I have a database with the following headings:
The database of products contains the following headings:
Id, Title, Description, Manufacturer, Price
Some of the products have the same title but different manufacturer. Basically, I need to return all of the data for a product directory, but only where titles are unique (the title can then be clicked to find the different manufacturers for this title). The results have to be ordered by title, and where there is more than one similar title, the results must show the product of minimum price - so that I can put "Prices start at...".
Does this make sense, and can anyone help?? Thanks.
|