Inserting multiple rows
Asked by
armakuni
When inserting data it's possible to insert multiple rows with executemany(). I'm not sure does this create many queries or does it insert multiple rows at same time? If not, could it also support inserting multiple rows at the same time?
Example:
http://
INSERT INTO tbl_name (a,b,c) VALUES(
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- Geert JM Vanderkelen Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask armakuni for more information if necessary.
To post a message you must log in.