Hi How do I rename a new column ? How do I drop a column ?
From MySQL documentation, it refersto rename/drop table. I dont want to do that.
Use the ALTER TABLE statement:
http://www.mysql.com/doc/en/ALTER_TABLE.html
Thanks Paul for your aid.
-- Paul DuBois, Senior Technical Writer Madison, Wisconsin, USA MySQL AB, www.mysql.com
Are you MySQL certified? http://www.mysql.com/certification/
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]