COM-FSM

Comparison

Page last modified 05:52, 30 Aug 2008 by Admin
  • You do not have permissions to view this page - please try logging in.
  • You do not have permissions to view this page - please try logging in.
Table of contents
No headers

Version as of 02:53, 6 Sep 2025

to this version.

Return to Version archive.

View current version

Comparison operators

Summary Comparisons used to express relationships (e.g. greater than, equal to) between values.
Maintainer Information Technology
Source Information Technology
Affects Various forms and reports that evaluate information based on conditional relationships
Affected By
Values SQL is a printf-style string with placeholders (%s) for the left- and right-hand sides of the comparison, or multiple values in the case of more complex expressions.
Requirements
Operation

The order of the values supplied for the SQL string is the same for all expressions; the left-hand side is always the database value being tested, the right-hand side is what the database value is being compared with.

For expressions that evaluate a range (e.g. BETWEEN) a lower and upper bound are expected.

Sets of values can also be used, and are generally constructed from a comma-separated list of values.

 

Powered by MindTouch Core