Range clauses can be used to select a scalar field whose value falls within a specific range. (Range clauses are not allowed on link fields or the _ID field.) The math operators =, <, <=, and >= are allowed for numeric fields:Doradus also allows bracketed ranges with both inclusive ([ ]) and exclusive ({ }) bounds. For example:This clause selects all objects whose FirstName is greater than but not equal Ann and less than or equal to Fred.For range clauses, “:” and “=” are identical – both perform an equals search. Hence, the previous example is the same as: