Page 1 of 1

Create Field within Table

Posted: Sun Jan 14, 2007 6:28 pm
by iknownothing
Hello All, I am looking for a way to add a field into a table. I know you can create an entire table using CREATE TABLE, but how do I go about adding a field to an already built and populated table (it can be null, so no previous entries will be affected).

Posted: Sun Jan 14, 2007 6:30 pm
by feyd

Posted: Sun Jan 14, 2007 6:37 pm
by iknownothing
thanks for that