An equijoin is the most common kind of join condition. It tests whether the two sides of the condition are equal. A non-equijoin uses a comparison operator other than =. You can test if a column from one table contains values that are >, ≥, <, ≤ or < > values in another column.
To create a non-equijoin condition:
SQLWizard displays the Join Options dialog box.
When the Join Options dialog box closes, the new operator appears on the join line between the joined tables.