Drop a Column from MYSQL Table

Discussion in 'Programming' started by aamigallery, May 19, 2012.

  1. #1
    How do I Drop an Entire column from a MySQL Table?
     
    aamigallery, May 19, 2012 IP
  2. Techking

    Techking Well-Known Member

    Messages:
    611
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    130
    #2
    ALTER TABLE 'table_name' DROP 'col_name'

    Let me know if i can answer any other question .
     
    Techking, May 19, 2012 IP
  3. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #3
    It would of been faster to just look in the docs or use a search engine....... what is wrong with this forum???
     
    NetStar, May 22, 2012 IP