What does it do? Comparison operators can be used to specify a comparison in a condition> in a CDS view entity>. The following table shows relational expressions rel_exp> that are constructed with comparison operators: <(>rel_expr<)>>True if> lhs = rhs>Value of lhs> is equal to the value of rhs > lhs <> rhs>Value of lhs> is not equal to the value of rhs> lhs < rhs>Value of lhs> is less than the value of rhs> lhs > rhs>Value of lhs> is greater than the value of rhs> lhs < = rhs>Value of lhs> is less than or equal to the value of rhs> lhs >= rhs>Value of lhs> is greater than or equal to the value of rhs>
Context-dependent rules apply when specifying the operands lhs> and rhs>. For further details, see topic TITLE >.
The tables of comparable types> show which data types can be compared with each other.