Re: An existing table

2002-07-07 Thread Malka Cymbalista
Give the command: alter table tablename add column column_name create_definition (section 7.7 in the mysql manual) Malki Cymbalista Webmaster, Weizmann Institute of Science Rehovot, Israel 76100 Internet: [EMAIL PROTECTED] >>> Yair Zohar <[EMAIL PROTECTED]> 07/07/02 01:46PM >>> Hello, Is there

Re: An existing table

2002-07-07 Thread George Pitcher
Yes: ALTER TABLE `tablename` ADD `columnname` datatype George - Original Message - From: "Yair Zohar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 07, 2002 11:46 AM Subject: An existing table > Hello, > Is there a way to add a column to an existing table in a mysql d