You can
add SQL code to an SQL WHERE, HAVING, or JOIN clause in the properties
window for the clause. To set the user-written property for a clause,
click the clause in the SQL Clauses pane in the
Designer window. Then, select
Yes in the
User Written field and enter the code in the
SQL field on the clause's tab. The following display
shows sample user-written code added to a WHERE clause.
Sample User-Written SQL Code
Note that
the following line of SQL code was added to the
SQL field on the
Where tab:
and US.Population < 5000000
This code is also highlighted on the
Code tab.