SQL> select * from aa;         AA
-----------
     3.3200SQL> select sum(aa) from aa;   SUM(AA)
----------
      3.32SQL>