To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
SQL CourseSQL Course
> Ask questions about the lessons on SQL Course 1 and 2. If you have problems
> with the interface, please post in the Feedback forum
I know how to create a table, with certain fields.
My question is: Is it possible to add new fields to an existing table after you've created it, or do you have to make a completely new table?!
I know about the UPDATE - SET, but those only changes the values in the table. I wan't to change the properties of the table in an easy way!