is it possible to use group by with multiple tables in a query..
exmaple
SELECT field1,field2,field3,field4,field5,field6 (dif fields from dif tables)
FROM table1,table2,table3
WHERE table1.field1=table2.field2
GROUP BY field1
something like this.
i havfe tried using the group by in this fasihon and am having problems
exmaple
SELECT field1,field2,field3,field4,field5,field6 (dif fields from dif tables)
FROM table1,table2,table3
WHERE table1.field1=table2.field2
GROUP BY field1
something like this.
i havfe tried using the group by in this fasihon and am having problems