Skip to main content

Supported RSQL Operators

DB2Rest supports the following RSQL operators.

OperatorPostgresqlDescriptionSupported
===equals[X]
>>greater than[X]
=gt=>greater than[X]
>=>=greater than or equal[X]
=ge=>greater than or equal[X]
<<less than[X]
=lt=<less than[X]
<=<=less than or equal[X]
=le=<=less than or equal[X]
=in=inin[X]
=out=not innot in[X]
=like=likelike[X]
=startWith=likestart with ex - Joy%[X]
=endWith=likestart with ex - %Ful[X]