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

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -