I iuphim Registered User. Local time Today, 07:29 Joined Oct 30, 2008 Messages 43 Dec 29, 2008 #1 i want to write a query so that it adds a new column to an existing table. i tried appending to the table but it wouldn't let me.
i want to write a query so that it adds a new column to an existing table. i tried appending to the table but it wouldn't let me.
pbaldy Wino Moderator Staff member Local time Today, 04:29 Joined Aug 30, 2003 Messages 36,272 Dec 29, 2008 #2 You would need a DDL query: ALTER TABLE...
I iuphim Registered User. Local time Today, 07:29 Joined Oct 30, 2008 Messages 43 Dec 29, 2008 #3 pbaldy said: You would need a DDL query: ALTER TABLE... Click to expand... thank you!