Consider the below table
KEY WO# Parts Name
77 11 1 aa
77 11 2 aa
81 12 2 bb
82 9 3 cc
Now i want to write a query for my report so that whenever theres a duplicate RKEY i want it to ignore it even though the number of parts in the duplicate RKEY are different and proceed with the next RKEY. Is this possible
End result
KEY WO# Parts Name
77 11 1 aa
81 12 2 bb
82 9 3 cc