Comparison Functions

    The following types can be compared:

    • numbers
    • strings and fixed strings
    • dates with times

    For example, you can’t compare a date with a string. You have to use a function to convert the string to a date, or vice versa.

    notEquals, a != b and a \<> b operator

    greater, > operator

    greaterOrEquals, >= operator