Results 1 to 3 of 3

Thread: mysql alter table

  1. #1
    Join Date
    Sep 2006
    Posts
    8

    Exclamation mysql alter table

    how can i delete a column of an existing table in mysql.
    plz help............with one example.

  2. #2
    Join Date
    Sep 2005
    Posts
    168
    ALTER TABLE yourtable DROP COLUMN yourcolumn

    --HTH--

  3. #3
    Join Date
    Sep 2006
    Posts
    8
    Quote Originally Posted by mikr0s
    ALTER TABLE yourtable DROP COLUMN yourcolumn

    --HTH--

    thanks.
    i did it

Posting Permissions

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