How to find/delete duplicated records in the same row
问题 It's possible to make a query to see if there is duplicated records in the same row? I tried to find a solution but all I can find is to detected duplicated fields in columns, not in rows. example, let's say I have a table with rows and items: | id | item1 | item2 | item3 | item4 | item5 | upvotes | downvotes | -------------------------------------------------------------------- | 1 | red | blue | red | black | white | 12 | 5 | So I want to see if is possible to make a query to detect the