Previous Topic: Rules for Statement StringsNext Topic: Example


Rules for Parameter Markers

A parameter marker is a question mark (?) that is used in place of a host variable in dynamic statements. Parameter markers must not be used:

At least one of the operands of a BETWEEN or IN predicate must not be a parameter marker.

An argument of a scalar function cannot be specified solely as a parameter marker.

A parameter marker can be the operand of a unary minus operator.