Simple SQL Distinct...!?



This may be a really simple question, but I always have problems with
Distinct queries.

In this instance, I have a table of Delivery addresses, some will be exactly
the same EXCEPT for the DeliveryID field, but eitherway I need the
DeliveryID so that I can pass it onto the next form.

So, I need to run a query that will find only addresses that are unique
whilst retaining the respective DID for the rows...

SELECT DISTINCT DeliveryID, Address, Organisation, Organisation, Town,
County, PostCode FROM SOL_Delivery WHERE CustomerID = 15)

How do I adjust the following to only 'Distinct' the fields other than the
DeliveryID?

Thanks!


.



Relevant Pages

  • Re: Simple SQL Distinct...!?
    ... the same EXCEPT for the DeliveryID field, ... DeliveryID so that I can pass it onto the next form. ... SELECT MIN, address, organisation, town, county, postcode ... State what version of SQL Server you are using and specify the content ...
    (comp.databases.ms-sqlserver)
  • Re: Simple SQL Distinct...!?
    ... Columnist, SQL Server Professional ... Distinct queries. ... the same EXCEPT for the DeliveryID field, ... DeliveryID so that I can pass it onto the next form. ...
    (comp.databases.ms-sqlserver)