Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

modifying columns in a table 1

Status
Not open for further replies.

simanek

Programmer
Jan 19, 2001
137
US
I want to add a column to an existing table. I've looked high and low and have not seen anything mentioning the modification of a table that already exists. Is it even possible? Mike
~~~~
simanek@uiuc.edu
"It's a Swingline!"
~~~~
 
I think this can be done in Oracle 8i.. I don't think it's available before that.
 
what database are you using? if you are using MS SQL Server, you can add a column using the GUI in Enterprise Manager. simply right click on the table, select 'Design Table' and add your column...
 
I'm using MySQL (3.23.38) on solaris 7.

Thanks. Mike
~~~~
simanek@uiuc.edu
"It's a Swingline!"
~~~~
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top