DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: increase the size of the columns ?

  1. #1
    Join Date
    Aug 2002
    Posts
    1
    hello,
    how to increase the size of the columns by using sql worksheet or sqlplus?
    thank you

  2. #2
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    ALTER TABLE ABC.XYZ
    MODIFY abcxyz VARCHAR2(60);

    ABC --> schema owner
    XYZ --> table name
    abcxyz --> column_name


    Reddy,Sam

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width