Friday, November 17, 2017

Delete query using JOIN in MYSQL

    Delete query using JOIN in MYSQL
  
    we can delete the record using join
  
    DELETE table-name FROM table-name
    JOIN table-name1 ON table-name.id=table-name1.refID
    WHERE
     Condition
   

No comments:

Post a Comment

Featured Post

What is JavaScript? What is the role of JavaScript engine?

  The JavaScript is a Programming language that is used for converting static web pages to interactive and dynamic web pages. A JavaScript e...