Getting a Total

1. Click in the query area, and enter a SQL total query.


2. For example:

          select total(revenue) from business where year = 2007

          (Total revenue of the top 500 companies in 2007: approximately $9.9 trillion.)



3. The total query result will be displayed.


See Also:

Creating a Table