Skip to main content
Inspiring
August 15, 2006
Question

Tally totals from columns

  • August 15, 2006
  • 1 reply
  • 213 views
I have inserted the files sizes created by cffile into a column of my
database 'size'. How do I tally up the grand total of all the 'size'
columns?

--
Wally Kolcz
Developer / Support


This topic has been closed for replies.

1 reply

Inspiring
August 15, 2006
select sum(size)
etc