When I do,
select (group_total/total)*100 from transfer_out_summary;
The rows are returning with 0 values.
group_total has 12969 and total has 115973
I am actually calculating percentage. How to correct this please?
Thanks in advance.
select (group_total/total)*100 from transfer_out_summary;
The rows are returning with 0 values.
group_total has 12969 and total has 115973
I am actually calculating percentage. How to correct this please?
Thanks in advance.