field names from MySQLdb

Michael Janssen Janssen at rz.uni-frankfurt.de
Sat Nov 9 01:32:40 EST 2002


les wrote:

> Hi,
> how do i get field names for a table in MySQLdb?
> thanks
> (i looked into pydoc MySQLdb but did not find it there)

you need any mysql-docs:

show fields from <table-name>;




More information about the Python-list mailing list