cursor.executemany(query,args)
Description
This method can be used to execute multiple parameterized SQL statements.
Prototype
cursor.executemany(query,args)
Parameters
|
Keyword |
Parameter Description |
|---|---|
|
query |
SQL statement that you want to execute. |
|
args |
Variable list, which matches the %s placeholder in the query. |
Return Value
None
Constraints
cursor.executemany(query,args) does not use \0 in the entered SQL statement.
Examples
For details, see Examples: Common Operations.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot