Constants

The following constants are allowed in custom query clauses. Note that the specified constant determines the class of attribute types found. For example, if the constant is a string, only string attributes, or attributes that are a subtype of string, are found.
Constant Type
Comments
string
Enclose strings in single quotes.
integer
Integer values can be zero to +-2147483647.
boolean
Boolean values can be TRUE or FALSE.
time
Time values must be in a date format.

Feedback