adding a new column to existing table

iuphim

Registered User.
Local time
Today, 07:29
Joined
Oct 30, 2008
Messages
43
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.
 
You would need a DDL query:

ALTER TABLE...
 

Users who are viewing this thread

Back
Top Bottom