The syntax for the IN predicate in BNF is as follows:

Syntax

in_predicate ::=
 expr[ NOT ] IN
  { (query_expression) | (constant , constant[ , ...] ) }

For more information, see IN Predicate.