$null
contains a list of "null" values for parameter
substitution in SQL
commands. If a single-valued variable used
in a <SQL>
command matches any value of $null
, the
parameter is not set. This allows unneeded parts of where
clauses to be dropped (see the SQL
statement,
here).