Milan Stefanovic created SPARK-46246:
----------------------------------------

             Summary: Support EXECUTE IMMEDIATE sytax in Spark SQL
                 Key: SPARK-46246
                 URL: https://issues.apache.org/jira/browse/SPARK-46246
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 3.5.0
            Reporter: Milan Stefanovic


Introducing new EXECUTE IMMEDIATE syntax to support parameterized queries from 
within SQL.

This API executes query passed as string with arguments.

Other DBs that support this:
 * 
[Oracle|https://docs.oracle.com/cd/B13789_01/appdev.101/b10807/13_elems017.htm]
 * [Snowflake|https://docs.snowflake.com/en/sql-reference/sql/execute-immediate]
 * 
[PgSql|https://www.postgresql.org/docs/current/ecpg-sql-execute-immediate.html#:~:text=Description,statement%2C%20without%20retrieving%20result%20rows.]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to