![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: List columns for a MySQL tableby dbwiz (Curate) |
on Jun 29, 2006 at 13:04 UTC ( #558309=note: print w/replies, xml ) | Need Help?? |
If you want to get the columns from a MySQL table (not an arbitrary query), it's simpler, as shown in DBI Recipes, to use selectcol_arrayref combined with describe.
In Section
Snippets Section
|
|