MySQL中的describe命令

lawzjf發表於2008-01-20

mysql> help describe
Name: 'DESCRIBE'
Description:
Syntax:
{DESCRIBE | DESC} tbl_name [col_name | wild]

DESCRIBE provides information about the columns in a table. It is a
shortcut for SHOW COLUMNS FROM. As of MySQL 5.0.1, these statements
also display information for views. (See [HELP SHOW COLUMNS].)

URL: http://dev.mysql.com/doc/refman/5.0/en/describe.html

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/37724/viewspace-997803/,如需轉載,請註明出處,否則將追究法律責任。

相關文章