diff --git a/windows/deployment/planning/available-data-types-and-operators-in-compatibility-administrator.md b/windows/deployment/planning/available-data-types-and-operators-in-compatibility-administrator.md index 90447bcfae..2db04e673e 100644 --- a/windows/deployment/planning/available-data-types-and-operators-in-compatibility-administrator.md +++ b/windows/deployment/planning/available-data-types-and-operators-in-compatibility-administrator.md @@ -75,7 +75,7 @@ The following table shows the operators that you can use for querying your custo |<=|Less than or equal to|Integer or string|1| |<>|Not equal to|Integer or string|1| |=|Equal to|Integer, string, or Boolean|1| -|HAS|A special SQL operator used to check if the left-hand operand contains a substring specified by the right-hand operand.|Left-hand operand. MATCHFILE_NAME, MODE_NAME, FIX_NAME
**Note:**Only the HAS operator can be applied to the MATCHFILE_NAME, MODE_NAME, and FIX_NAME attributes.

Right-hand operand. String|1| +|HAS|A special SQL operator used to check if the left-hand operand contains a substring specified by the right-hand operand.|Left-hand operand. MATCHFILE_NAME, MODE_NAME, FIX_NAME

Note: Only the HAS operator can be applied to the MATCHFILE_NAME, MODE_NAME, and FIX_NAME attributes.

Right-hand operand. String|1| |OR|Logical OR operator|Boolean|2| |AND|Logical AND operator|Boolean|2| @@ -83,11 +83,3 @@ The following table shows the operators that you can use for querying your custo [Using the Compatibility Administrator Tool](using-the-compatibility-administrator-tool.md) - - - - - - - -