Hi,

How I can get the result in format:
for example here is a simple query
select sum(sal) from emp;
29025

But I need the result in
29,025.00

Thanks