Filtering Groups

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


2. For example:

          select * from business group by company having count(*) > 50

          (All companies which have been in top 500 rankings for more than 50 years.)



3. The query result will be displayed.


See Also:

Getting a Count