[Tutor] Batch insert

Alan Gauld alan.gauld at btinternet.com
Sat Jun 7 01:18:54 CEST 2008


"Mohit Jain" <mjain at buzzient.com> wrote

> I am new to python. I wanted to know how can i do batch insert into 
> Mysql
> using python. A code snippet would be really helpful.

If you can do it in SQL then it should be possible.
Do you know the SQL commands? Have you tried
using them like any other SQL command?
What happened?

I've never really used MySql much so don;t kniow for sure, but it
seems to me that it should just work.

Alan G. 




More information about the Tutor mailing list