How to Delete rows in MySQL

1 Answer(s)

    Example:

    Delete from tablename where id=11;

    Note: Please replace tablename with original table name and put the condition in where clause.

     

    Answered on September 5, 2021.
    Add Comment

    Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.