Syntax options: USING parameter | USING qualified-parameter | USING variable Specifies input parameters or variables whose values SQL uses to replace parameter markers in the prepared statement string. When you specify a list of parameters or variables, the number of parameters in the list must be the same as the number of input parameter markers in the statement string of the prepared statement. If SQL determines that a statement string had no input parameter markers, the USING clause is not allowed.