At 17:47 16/04/2001 -0700, Sam Daniel wrote:
>I am interested in retrieving Field and Type information from a named
>table. Currently, MySQL allows me to see a table's description via
>
>mysql> describe TheTable;
>
>returning its structure in the form of a table, including the Fields and
>Types
I am interested in retrieving Field and Type information from a named
table. Currently, MySQL allows me to see a table's description via
mysql> describe TheTable;
returning its structure in the form of a table, including the Fields and
Types columns. I would like to retrieve the contents of