U can use instead of
*DESCRIBE a_table*
**
Another syntax: *show [full] columns from `a_table`*

Without FULL it will act like *DESCRIBE a_table *but with FULL option you
will get the comments on the column... and also another beautiful column
witch will show you the privileges you have for each column !

Good luck !

--
Gabriel PREDA
Senior Web Developer
**



On 2/17/06, Gilles MISSONNIER <[EMAIL PROTECTED]> wrote:
>
> when I do a "describe a_table", it displays :
> | Field | Type | Null | Key | Default | Extra |



I would like to have a "Comment" that would show
> the meaning of a field.

Reply via email to