You have a table with id, name, and title fields. You want to create a query that selects * where title is distinct -- that is, if two or more records have the same title, only the fields from the first are be returned. Should be easy, right?