select a.empid,a.empname,count(b.empid) from employee a,documents b
where a.empid=b.empid group by a.empid,a.empname,b.empid
|
Results 1 to 3 of 3
Thread: Need help with a queryThreaded View
Tags for this Thread |
|
|
|