Thankyou Michael. I'm trying to work my way through the 5.0.18/19 manual, but I seem to have missed that.
Regards Keith In theory, theory and practice are the same; in practice they are not. On Sat, 22 Apr 2006, Michael Stassen wrote: > To: [EMAIL PROTECTED] > From: Michael Stassen <[EMAIL PROTECTED]> > Subject: Re: describe table : improvement > > [EMAIL PROTECTED] wrote: > > Thankyou Gabriel. > > > > So how does one set a column comment then? > > > > Regards > > > > Keith > > As part of the column definition, as documented in the manual > <http://dev.mysql.com/doc/refman/5.0/en/create-table.html>. > > column_definition: > col_name type [NOT NULL | NULL] [DEFAULT default_value] > [AUTO_INCREMENT] [UNIQUE [KEY] | [PRIMARY] KEY] > [COMMENT 'string'] [reference_definition] > > Michael -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]