mysql> alter table mytable add newcolumn varchar(16);

Have a look at the ALTER TABLE syntax in the manual...

http://www.mysql.com/doc/A/L/ALTER_TABLE.html


On Wed, 18 Jul 2001, Paul Castiglione wrote:

> Hello
> 
>     Is there a way to add addition feilds to a table after it been created.
> 
>  Thank in Advance
> Paul 
> 


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to