| Operator |
Description |
Descrição |
| OR |
TRUE if any of the conditions separated by OR is TRUE |
TRUE se alguma das condições separadas por OR for TRUE |
| AND |
TRUE if all the conditions separated by AND is TRUE |
TRUE se todas as condições separadas por AND forem TRUE |
| ANY |
TRUE if any of the subquery values meet the condition |
TRUE se algum dos valores da subconsulta atender à condição |
| BETWEEN |
TRUE if the operand is within the range of comparisons |
TRUE se o operando estiver dentro do intervalo de comparações |
| EXISTS |
TRUE if the subquery returns one or more records |
TRUE se a subconsulta retornar um ou mais registros |
| IN |
TRUE if the operand is equal to one of a list of expressions |
TRUE se o operando for igual a um de uma lista de expressões |
| LIKE |
TRUE if the operand matches a pattern |
TRUE se o operando corresponder a um padrão |
| NOT |
Displays a record if the condition(s) is NOT TRUE |
Exibe um registro se a (s) condição (ões) NÃO FOR VERDADEIRA |
| ALL |
TRUE if all of the subquery values meet the condition |
TRUE se todos os valores da subconsulta atenderem à condição |
| SOME |
TRUE if any of the subquery values meet the condition |
TRUE se algum dos valores da subconsulta atender à condição |