HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

Other Versions:

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

Table 1 curosr.executemany parameters

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 Example: Common Operations.

Copyright © 2011-2024 www.enmotech.com All rights reserved.