Hi all:

Is it possible to change a column description
_without_ having to reset its type ? It is,
I has not to change its type, just its comment ...

Example:
ALTER TABLE products CHANGE COLUMNS product_id product_id INTEGER
COMMENT 'Foo';

In Postgresql, it's done with:
COMMENT ON COLUMN products.product_id IS 'Foo';

Thanks in advance

Carlos Savoretti.



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org


Reply via email to