I have a statement like this:
select sum(x*y) as z
Is it possible to generate the answer without a decimal. Eg; get an answer of 5 instead of 5.0000?