hi
need to show the duplicates on a column table when they have two other values in common on other column.
form_name + field_value
name1 | value_x
name2 | value_y
how can i create the query to search when values x, y, etc have form_name name1 and name2 ?
thanks