I'd like to select all records from a table (names
) where lastname
is not unique. Preferrably I would like to delete all records that are duplicates.
How would this be done? Assume that I don't want to rerun one query multiple times until it quits.