Reference Guide
Reference Guide
Reference Guide

Where

Generates a WHERE clause in an SQL database query.

Visual SQL Query Builder dialog box, with the Where tab displayed

  

Selected Table(s)

Displays the table or tables which are currently selected.

Available Fields

Displays the fields of the table displayed in the Table dialog box.

If there are joined tables selected, the table's alias appears in front of each field's name, to distinguish fields from different tables.

Where Fields

Displays the field selected in Available Fields.

Operator

Displays the operator selected in Common Operators or Additional Operators.

Value

Displays the value selected in Value.

And/Or

Displays AND if And is clicked and displays OR if Or is clicked.

Common Operators

Clicking an operator enters it into the Operator column of the Where Fields list box.

Query statements containing these operators return database records that comply with the operators.

Additional Operators

Contains the following list of additional query operators.

Value

Enters an alphanumeric value into the Value field of the Where Fields list box. This value is the value against which the selected column is compared using the selected operator.

And

Enters AND into the And/Or field of the Where Fields list box. This adds an AND clause to the query being generated.

Or

Enters OR into the And/Or field of the Where Fields list box. This adds an OR clause to the query being generated.

Clear

Deletes the row selected in the Where Fields list box.

Apply

Adds the WHERE clause defined in the Where tab page into the query being generated in the SQL Select Statement text box.