
Oracle SQL accepts statements like PREPARE stmt FROM 'INSERT INTO t1 VALUES (:a,:b)'; PREPARE stmt FROM 'INSERT INTO t1 VALUES (:"a",:"b")'; That is, the variable may be surrounded by quotes.
Oracle SQL accepts statements like PREPARE stmt FROM 'INSERT INTO t1 VALUES (:a,:b)'; PREPARE stmt FROM 'INSERT INTO t1 VALUES (:"a",:"b")'; That is, the variable may be surrounded by quotes.