Re: selecting table structure

2003-10-22 Thread Alec . Cawley
> Is there a way to select/query the table structure and get a recordset > with the results? > Something like: > "Id", int, not null, autoincrement > name, varchar(20), not null SHOW COLUMNS FROM or even DESCRIBE These commands return recordsets exatly line SELECT commands. Alec --

Re: selecting table structure

2003-10-22 Thread Chris Boget
> Is there a way to select/query the table structure and get a recordset > with the results? > Something like: > "Id", int, not null, autoincrement > name, varchar(20), not null DESC table_name Chris -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

SV: selecting table structure

2003-10-22 Thread Datatal AB - Gauffin, Jonas
gt meddelande- > Från: Gjoko Jovanovski [mailto:[EMAIL PROTECTED] > Skickat: den 22 oktober 2003 15:10 > Till: [EMAIL PROTECTED] > Ämne: selecting table structure > > > Is there a way to select/query the table structure and get a > recordset with the results? S

selecting table structure

2003-10-22 Thread Gjoko Jovanovski
Is there a way to select/query the table structure and get a recordset with the results? Something like: "Id", int, not null, autoincrement name, varchar(20), not null Thanks, Gjoko. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.my