Hey,
I want to show the column SUM only.. and dont want to show its data or column result set.. How can i do this?
Regards,
Bushra Jahangir
Hey,
I want to show the column SUM only.. and dont want to show its data or column result set.. How can i do this?
Regards,
Bushra Jahangir
You can just get the column sum:
select sum( col )
from mytable;
No not from query.. I want to show the sum after the execution of query.. The sum of data after execution as it shows im mydbr.sum .. But only sum not column
Could you give an example as we did not quite undestand what you are trying to do.
--
myDBR Team
You must log in to post.