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-42402 Support parameterized SQL by sql()
- Resolved
- is cloned by
-
SPARK-44189 Support positional parameters in sql() by python connect client
- Resolved
- is duplicated by
-
SPARK-44068 Support positional parameters in Scala connect client
- Resolved