mysql fieldnames

BadJake john at rygannon.com
Tue Aug 12 04:28:55 EDT 2003


You can execute the queries
SHOW DATABASES;
or
SHOW COLUMNS FROM your_table_name

Regards
John




More information about the Python-list mailing list