X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=doc%2Fsysdbql.7.txt;fp=doc%2Fsysdbql.7.txt;h=7ed9a11ec61baf7ad6b9db02b70b7d26465cb639;hp=c0cecba8dfe55cbaafe839139c6ecd19510fcadf;hb=695324de797b55cf12d8a66bd3612e78bc1235af;hpb=b45b2ab7efd9a202e6a7d450461fa43566b31db5 diff --git a/doc/sysdbql.7.txt b/doc/sysdbql.7.txt index c0cecba..7ed9a11 100644 --- a/doc/sysdbql.7.txt +++ b/doc/sysdbql.7.txt @@ -130,12 +130,12 @@ Boolean expressions may use the following operators: when accessing an attribute value). '' *IN* '':: +'' *NOT IN* '':: Checks whether the value of the first expression is included in the value - of the second expression which has to be an array value (e.g., *backend* - field). If the second value is not an array or if the type of the first - value does not match the array's element type, the expression always - evaluates to false. The first value may also be an array. In this case, - the expression evaluates to true if all elements of that array are + of the second expression (or not). The second value has to be an array + value (e.g., *backend* field) and the type of the first value has to match + the array's element type. The first value may also be an array. In this + case, the expression evaluates to true if all elements of that array are included in the second array where order does not matter. Parentheses ('()') may be used around subexpressions to group them and enforce