Selecting Rows

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


2. For example:

          select * from business where ( profit / revenue ) > 0.1 and profit > 10000

          (All companies with margins higher than 10% and profits greater than $10 billion.)



3. The query result will be displayed.


See Also:

Grouping Rows
Filtering Groups
Getting a Count