SQL SUM calculation decimal??

E

ed

I defined the "data type" as number and "field type" as
Single, "format" as standart and "Decimal Places" as 1. I
entered some data into the table.
When I run SELECT SUM(Q1) FROM....SQL query it returns
values with more than 1 decimal place. How can I get only
1 decimal after summing the numbers?

Thanks a lot for your help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top