i have table below field
Hour,PathId,Duration,Event,CellId,Channel
Here each cellid have four pathId(i.e, 0,1,2,3),Each pathId have many Events,Channel and Durations.
Now i want to display top 10 records(each pathId) for each cellid.
(group by cellid, pathid and channel we got duration.. we take top ten each pathid based on duration)
i have 50+ cellid and each cellid have four pathid(i.e, 0,1,2,3)
pls help me