Are you intersted in changing the table structure, inserting data into a column of an existing row in a table or adding a new row of data to a table? Terry L. Broadbent - DBA
Computing Links:
What I was hoping to do was start an app with a set number of columns, which may need to be added to before the table was calculated for numerical values.
Additionally, it'd be easier and less work to be able to insert a column, a new field, without having to open it in Excel or Access, modify the db, save it, and then revise the template for modifying it.
Insert is a keyword in SQL that has a specific meaning. Rows are inserted into a table. It appears you want to know how to modify the table structure by adding a column (or field) to the table. The SQL command for adding a columns is the ALTER TABLE command. The following example comes from SQL BOL.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.