company logo

WHERE keyword

Keywords:  where method

The keyword can be written in capital or small letters, but not mixed. Both are reserved keywords. Within access paths HAVING and WHERE are considered as synonyms. The keyword requires a condition as parameter.

Definition: 

_where                := where__        | __where

where__               :: 'where'      

__where               :: 'WHERE'