Filtering data rows
Databases typically contain vast amounts of data. Reports, however, typically use a small subset of the data, so SQL queries often contain filter conditions to limit the rows returned.
How to filter data rows
1  
2  
1  
2  
3  
4  
Figure 2-7 shows an example of a filter condition.
Figure 2-7  
The following WHERE clause is added to the SELECT statement in the top pane:
WHERE CLASSICMODELS.ORDERS.ORDERDATE > '2004-06-30'

Additional Links:

Copyright Actuate Corporation 2012