Specifying Search Conditions
You can specify the data rows that appear in your query by specifying employee
table, you can specify that you want to find only the employees who work in a particular region.
You specify search conditions using an region
column:
='UK'
Note If you are working with multiple tables, the Query Designer examines each search condition to determine whether the comparison you are making results in a
To specify search conditions
- If you have not done so already, add the columns or expressions that you want to use within your search condition to the Grid pane.
If you are creating aSelect query and do not want the search columns or expressions to appear in the query output, clear the Output column for each search column or expression to remove them as output columns. - Locate the row containing the data column or expression to search, and then in the Criteria grid column, enter a search condition.
Note If you do not enter an operator, the Query Designer automatically inserts the equality operator "=".
The Query Designer updates the SQL statement in the SQL pane by adding or modifying the WHERE clause.