N
naveen prasad
Good day..
dear all kindly help me in this.
I have created a table d1 with fields date, r1,r2
r1,r2 are numeric values.
I want to display contents as per required date along with the sum at bottom
like example 20/09/09 20 40
20/09/09 10 50
20/09/09 15 100
19/09/09 25 20
19/09/09 10 10
18/09/09 45 45
17/09/09 10 10
17/09/09 15 15
now if is select query as select * from d1 where date =20/09/09;
it will give result like below its fine but i want sum of
individual column total also
20/09/09 20 40
20/09/09 10 50
20/09/09 15 100
need like 45 190 also at bottom.
pls help me
dear all kindly help me in this.
I have created a table d1 with fields date, r1,r2
r1,r2 are numeric values.
I want to display contents as per required date along with the sum at bottom
like example 20/09/09 20 40
20/09/09 10 50
20/09/09 15 100
19/09/09 25 20
19/09/09 10 10
18/09/09 45 45
17/09/09 10 10
17/09/09 15 15
now if is select query as select * from d1 where date =20/09/09;
it will give result like below its fine but i want sum of
individual column total also
20/09/09 20 40
20/09/09 10 50
20/09/09 15 100
need like 45 190 also at bottom.
pls help me