[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]

Reply via email to