Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Use `ROW_NUMBER()` to identify duplicate rows and delete every copy except the one you want to keep.
Use `DISTINCT` to remove duplicate rows from a result set.