Closed Thread
Results 1 to 3 of 3

Thread: How Do I remove?

  1. #1
    byronwells is offline Learning Programmer
    Join Date
    Dec 2009
    Posts
    58
    Rep Power
    0

    How Do I remove?

    Alright guys

    I am using phpmyadmin to look at mysql databases. I have got 38 tables in one db.. I know which table I need to edit... But how do I removed one field/row from it?

    I dont want to delete the whole table

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    abdul.gafur's Avatar
    abdul.gafur is offline Learning Programmer
    Join Date
    Mar 2010
    Location
    Salo, Riau, Indonesia
    Posts
    42
    Rep Power
    0

    Re: How Do I remove?

    Click table, click structure bar, search X or a cross for delete field.

  4. #3
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: How Do I remove?

    Quote Originally Posted by byronwells View Post
    Alright guys

    I am using phpmyadmin to look at mysql databases. I have got 38 tables in one db.. I know which table I need to edit... But how do I removed one field/row from it?

    I dont want to delete the whole table
    Are you talking about a column? "Field" kinda sounds like column... if your in phpmyadmin you can click on "structure" when viewing the table to edit that.

    To delete a row find the "x" near the row
    Code:
    DELETE FROM `tableWHERE `id`=

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. MASM [help] remove dll from exe
    By Zero_Cool in forum Assembly
    Replies: 11
    Last Post: 09-09-2011, 11:06 AM
  2. Want to remove Ads from website
    By graphic360 in forum PHP Development
    Replies: 1
    Last Post: 01-01-2011, 02:19 AM
  3. Remove() problem
    By hbk in forum C and C++
    Replies: 1
    Last Post: 11-04-2010, 01:59 AM
  4. remove
    By zhenya in forum C and C++
    Replies: 1
    Last Post: 12-31-2009, 02:09 PM
  5. Remove ln -s
    By Jame in forum Linux/Unix General
    Replies: 4
    Last Post: 10-23-2007, 09:41 AM

Tags for this Thread

Bookmarks

Posting Permissions

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