hello,

I run MySQL 4.1.11 [ available for Linux Debian stable ].

and now, ok, the following command display 9 columns :
mysql> SHOW FULL COLUMNS FROM a_table;

Field | Type | Collation | Null | Key | Default | Extra | Privileges | Comment



BUT now I would just display 2 columns :
Field | Comment

and ALSO modify the Comment column after it has been created ;
the alter syntax do not seem to be the good way,
I cannot figure out how to do that ...
If the syntax is described somewhere in the documentation, well... it is somehow burried deep...

cheers

=_==_==_==_==_==_=
=¯==¯==¯==¯==¯==¯=
Gilles Missonnier
IAP - [EMAIL PROTECTED]
01 44 32 81 36
-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to