I need to make a query that is probably pretty easy, I just can't think how to do it. Basically I want to select distinct on one column, but return all the other column's info as well. If it helps, I have DB full of location information, with a city in one column, and two columns with latitude and longitude in the for that record. The lats and lons are the same for each city, but there are multiple records for each city. So I want to query the DB for the cities and their associated latitude and longitude, but I only want one of each. Make sense?
Thanks...
Dan
Thanks...
Dan
