[snip]
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 ?
[/snip]

DESCRIBE `tablename`;

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to