I have tried to make this question concise in the title.
There are many answers to similar questions, but all involve naming every column in the table in the query.
What I want is a query to show me duplicate rows, but to ignore one or two columns, and I would like to be able to do it like shown in this post Return duplicate records, but without having to explicitly name every column in the table.
Is it possible?