alter table

Post Reply
rajesh11
Posts: 52
Joined: Fri Dec 16, 2005 7:41 am

alter table

Post 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?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

alter table

Post by John »

You would need to recreate the table. You can create the table and then use insert into ... select from ... to populate.
John Turnbull
Thunderstone Software
Post Reply