I have single table name test with field1, field2 and field3
Field1 Field2 Field3
a x 10
a x 20
b g 30
b g 40
c u 50
c u 60
I want to see group Field1, Field2, (NOT Field3) and return all value Field3
Your question is very unclear. If i understand your question correctly, this is what you want right? You didn’t mention to
SUMup the values in Field3 orMAX,MINor etc.Result:
UPDATE
as i read the comment, you want this query:
will Result: