Viewing 4 posts - 1 through 4 (of 4 total)
The above solution will give partial report we can get complete report by adding more conditions
Thank you all once again
December 24, 2008 at 8:05 am
Thank you all.
I found the solution
The sql query looks something like this
select fdate, total(c_type),
total(c_status) = (select count(*) where c_type = 'L' and date = fdate)
total(c_status P) = select count(*)...
December 24, 2008 at 8:04 am
I am looking for a query which can give monthly totals of total (L and D)
total (L) and total p( in L) and total d(in L) similarlyt total p( in...
December 23, 2008 at 12:36 pm
Viewing 4 posts - 1 through 4 (of 4 total)