curosr.executemany(query,vars_list)
Function
This method executes an SQL command against all parameter sequences or mappings found in the sequence SQL.
Prototype
curosr.executemany(query,vars_list)
Parameter
Keyword |
Description |
---|---|
query |
SQL statement that you want to execute. |
vars_list |
Variable list, which matches the %s placeholder in the query. |
Return Value
None
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