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

Thread: Dropping Columns

  1. #1
    Join Date
    Jun 2001
    Posts
    243
    I'm not sure about this, but can you drop a column or columns from tables in 8i? I forget.... what's the command?....would effect any constraints?

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    Code:
    alter table xxx drop column yyyy;

  3. #3
    Join Date
    Jun 2001
    Posts
    243
    Thank you...I knew that....=P

  4. #4
    Join Date
    Jun 2001
    Posts
    243
    other questions related to dropping columns.

    ALTER TABLE table_name SET UNUSED COLUMN column_name;

    what's the purpose of this unused column?.... can I bring this back as used column?....how do I see this unused column or bring it back to where it was before?

    Is there an advantage of using unused column instead of dropping a column?

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