Results 1 to 3 of 3

Thread: SQL - Tables

  1. #1

    Thread Starter
    Hyperactive Member DaveR's Avatar
    Join Date
    Mar 2001
    Location
    Ireland
    Posts
    268

    Question SQL - Tables

    Hi All,
    I want to write a sql script that will remove a column from a table.
    The table is full of data , so i dont want to drop the table and recreate it.
    I've seen some syntax such as
    alter table jobs drop jobname
    but it doesnt seem to work either.
    I think this is only for dropping constraints.

    If any one has any ideas , send them on.
    Thanks
    dave
    DaveR

  2. #2
    Junior Member
    Join Date
    Aug 2001
    Location
    India
    Posts
    17
    if you are using access then syntex is ok.
    if you are using personal oracle then this syntex will not work due to privalage is not there. This syntex will work on oracle 8i.

    pankaj

  3. #3
    Junior Member
    Join Date
    Aug 2001
    Location
    Netherlands
    Posts
    19
    which database are you running?

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