Results 1 to 4 of 4

Thread: Mysql delete command

  1. #1
    Join Date
    Feb 2008
    Location
    Swansea
    Beans
    144
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Question Mysql delete command

    Can you expand on the 'delete' and what it's effect is. I want to use this command, but not till I understand it.
    There is nothing common about sense - unknown

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release
    Moved to server platforms, as this really isn't a security question, plus posting in a solved thread is not a good idea, as most users will pass it by.

    For more on the the mysql delete command have a look here

  3. #3
    Join Date
    Jul 2010
    Location
    Michigan, USA
    Beans
    2,136
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Mysql delete command

    You would use the delete command to delete rows or a row that meet specific criteria. Like
    Code:
    DELETE FROM users WHERE user = 'chucknorris';

  4. #4
    Join Date
    Jan 2010
    Location
    Australia
    Beans
    544
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Mysql delete command

    Phht. Chuck Norris cannot be deleted.

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
  •