Conditions
SQL conditions or expressions are used in clauses to select subsets of data.
Attributes
Name | Description | Value |
---|---|---|
outerfield | The field of the outer table which will be used to join it with the inner table. | An existing field name from inner table |
innerfield | The field of the inner table which will be used to join it with the outer table. | An existing field name from outer table |
condition | The compare operator. | =, >, <, >=, <=, <> |
andor | Determines if the condition will be an AND or an OR. | AND, OR |