MySQLdb integer question
Ansgar Wollnik
wiseworld at web.de
Wed Oct 15 18:11:23 EDT 2003
Hello,
I use Python with MySQLdb to transfer data from one database to another.
When I SELECT the data from the first table, numbers are provided with
an 'L' at the end to show, they are treated as a Long Integer (see:
http://www.esrf.fr/computing/bliss/python2/MySQL/MySQLdb-3.html#ss3.4).
Now I want to put that data into the new database but the 'L's are still
there. What can I do?
Ansgar
More information about the Python-list
mailing list