0
I’m having trouble making a query to display duplicate values in the same table.
I have a record table of electrical measurements with the following fields:
ID_EQUIPAMENTO, DATA, HORA, FASE_A, FASE_B, FASE_C
Independent of DATA
and HORA
, I need to identify equal records in the FASE_A
, FASE_B
, FASE_C
in different equipment, pointing out that there are many equipment.
follows image to illustrate better:
Right, and so far, what have you tried ? Add the code to the question.
– 8biT