[MYSQL] How can I delete a line ?
#1

Hi,


My title is my question.

How could I do to delete a row in a mysql table ?

Thank you.
Reply
#2

This is not SQL forum.
Reply
#3

Go to your phpmyadmin > Select your database > Click Structure on which table you want delete row > And delete row which you want delete
Reply
#4

Not like that I mean with a query.

Cause I'm trying to do a CMD that allow an admin to delete a house that exists in the database.

for example:

/deletehouse ID Will delete the house ID X.
Reply
#5

DELETE FROM (tablename) WHERE row_name = row_value
Reply
#6

Okay thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)