Summing multiple fields in a whole table
Posted: Mon 07 Dec 2009 11:28
I've been looking to do a sum of fields in a table and cannot find a way to do it - hopefully I am missing something smiple! This is how I would do it using SQL:
Any ideas anyone please?
Code: Select all
SELECT sum(field1), sum(field2), sum(field3) from atable