Page 1 of 1

alter table

Posted: Wed Mar 14, 2007 9:38 am
by rajesh11
is there any way to alter table in new version. ie i want to add some column. should i have to recreate table?

alter table

Posted: Wed Mar 14, 2007 9:53 am
by John
You would need to recreate the table. You can create the table and then use insert into ... select from ... to populate.