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
Post a Comment