Can you remove rows from a table based on values from another table?Explain?

Started by Zakariyah, October 29, 2014, 02:57:47 AM

Previous topic - Next topic

Reggie

Hello everyone, I would like to ask you a little problem if you do not mind? can you remove rows from a table based on values from another table? explain I thank you please help me quickly.

Owain


DELETE Table1
FROM Table1
INNER JOIN Table2 ON Table1.ID = Table2.ID