I'm working on removing duplicate records from a table in sql.
I've tried using select distinct, and I've grouped by but I'm still running into some issues. Attached is a sample of the output table.
I've tried using select distinct, and I've grouped by but I'm still running into some issues. Attached is a sample of the output table.
Comment