How to delete row in table based on other table in phpmyadmin? -


i have 2 table below:

information

id  |   keywords    |   name    |   address 1   |   123     |   john    |   usa 2   |   209     |   kyle    |   brazil 3   |   839     |   nath    |   china 4   |   248     |   hary    |   wales 

temp table

id  |   name 1   |   john 2   |   kyle 

i want delete row in information table has same value in temp table. suggestion?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -