List:General Discussion« Previous MessageNext Message »
From:yoge Date:January 18 2005 1:44pm
Subject:Re: I'd like to know SQL query for table description.
View as plain text  
Try this query -
show table status from YourDatabaseName;

ninjajs wrote:

>Hi. ALL
>
>i have a database in MySQL.
>
>A middleware request to MySQL DB server.
>
>and then, result is table description.
>
>ex) 
>dbms_type,table_name,column_name,data_type,data_size,constraint_type
>
>What SQL query can I get this information ?
>
>thank you.
>
>  
>
Thread
I'd like to know SQL query for table description.ninjajs18 Jan
  • Re: I'd like to know SQL query for table description.yoge18 Jan
  • Re: I'd like to know SQL query for table description.Gleb Paharenko18 Jan
RE: I'd like to know SQL query for table description.Jay Blanchard18 Jan