can somebody help me to write a sql select to perform a task.
So the problem is that we have a table and there are some duplicates, so i need to find where name, street and house are the same and to group somehow them.
I have almost this situation but the difference is that i would like to group them to find what is duplicate of what.
Thanks in advance.
This is assuming you have an
idfield, which will be grouped with theGROUP_CONCAT()function for each duplicate row:Test case:
Result: