Re: Fwd: Metadata Retrieval

2001-04-16 Thread John Dean
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

Fwd: Metadata Retrieval

2001-04-16 Thread Sam Daniel
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