Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Is there a way to display database records returned by a query in a table at the console without having to define a format for the query results? I need to investigate the contents of a remote database by running lots of queries so writing a format for each query isn't feasible. I just want the results displayed in tabular form such as you would get with mysql console e.g. column headings at the top and the rows of data.
many thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: display database records at the console
by samarzone (Pilgrim) on Dec 30, 2010 at 15:32 UTC | |
by Anonymous Monk on Dec 30, 2010 at 17:49 UTC | |
|
Re: display database records at the console
by roboticus (Chancellor) on Dec 30, 2010 at 15:26 UTC | |
|
Re: display database records at the console
by Your Mother (Archbishop) on Dec 30, 2010 at 18:55 UTC |