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

Re: Metadata Retrieval

2001-04-16 Thread Gary Huntress
Daniel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 16, 2001 8:47 PM Subject: Fwd: Metadata Retrieval > I am interested in retrieving Field and Type information from a named > table. Currently, MySQL allows me to see a table's description via > &

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