Description
As a follow-up to the parameterized query we added recently, we’d like to support positional parameters. This is part of the SQL standard and JDBC/ODBC protocol.
Example: update COFFEES set TOTAL = TOTAL + ? where COF_NAME = ?
Note that positional and named param marker cannot be used in the same query.
Attachments
Issue Links
- is a clone of
-
SPARK-44066 Support positional parameters in parameterized query
- Resolved