betweenGo

HOWTO Alter a Column in a Table

by on Aug.17, 2006, under Oracle

alter table [table name] modify [column name] [column type]

For example:
alter table user modify login varchar2(100)

Share

Related posts:

  1. How to Alter Table
  2. Best Practices for Creating Tables
  3. user-defined property type gotcha’s
  4. SQL Delete in One Table Based on Values in Another Table
  5. SQL Insert in One Table Based on Values in Another Table


Leave a Reply

 

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!