Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In QueryMeaningValid for <type>
eq=f
lte<=f
lt<f
gte>=f
gt>f
like
SQL LIKE operatorf
ilike
SQL ILIKE operatorf
isNullisnullSQL is (not) null operator value: "true","t","1" (= is Null) or "false","f","0" (= is not Null)f / fa
containsarray field contains all of the valuesfa
containedbyarray field is contained by by the list of valuesfa
overlaparray field and list of values overlapfa

...