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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to increase attribute lenght

Status
Not open for further replies.

SkyHigh

Technical User
May 30, 2002
309
0
0
CA
Hi Folks

Is there a way to increase the length of an attribute in a table, I dont see any option in alter table, but I believe it can be done using system tables, its a varchar datatype field and I am running version 7.2.3 on Solaris.

Thanks for you help
Rgds
Brenda
 
You could always create a new table w/desired set up - copy old table into new - drop old table - rename new to name of old.

If you have a script that was used to build the original table this would be quick and easy.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top