Runs one or more SQL statements.
rdsdataservice_execute_sql(awsSecretStoreArn, database,
dbClusterOrInstanceArn, schema, sqlStatements)
[required] The Amazon Resource Name (ARN) of the secret that enables access to the DB cluster.
The name of the database.
[required] The ARN of the Aurora Serverless DB cluster.
The name of the database schema.
[required] One or more SQL statements to run on the DB cluster.
You can separate SQL statements from each other with a semicolon (;). Any valid SQL statement is permitted, including data definition, data manipulation, and commit statements.
svc$execute_sql( awsSecretStoreArn = "string", database = "string", dbClusterOrInstanceArn = "string", schema = "string", sqlStatements = "string" )
This operation is deprecated. Use the BatchExecuteStatement
or
ExecuteStatement
operation.