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

Thread: How to add a new column to a table in Sql*plus

  1. #1
    Join Date
    Jun 2013
    Location
    United States
    Posts
    10

    How to add a new column to a table in Sql*plus

    Hello there,

    I created a table with sql*plus and wanted to add a new column to it. Could somebody tell me how please?

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Quote Originally Posted by cracboy View Post
    I created a table with sql*plus and wanted to add a new column to it. Could somebody tell me how please?
    Anything wrong with ALTER TABLE ADD COLUMN syntax?
    Please check here for details... http://docs.oracle.com/cd/B12037_01/...ments_3001.htm
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Cool

    Perhaps Oracle changed the syntax and failed to notify us?
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

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