<< Clique para Mostrar o Sumário >>
WHERE |
The WHERE instruction is optional and must be used for filtering rows in the final result. It must contain a Boolean expression. If that expression is evaluated as True, the row is returned. If that expression is evaluated as False, the row is not returned.