M
MN
Hello,
I have a table with 10 fields.
How can I make a query with group by just 3 fields.
Select f1,f2,f3,f4,f5,f6,f7,f8,f9,f10
From table1
Group by f1,f2,f3
Thank you in advange.
I have a table with 10 fields.
How can I make a query with group by just 3 fields.
Select f1,f2,f3,f4,f5,f6,f7,f8,f9,f10
From table1
Group by f1,f2,f3
Thank you in advange.