Hello
I have Two Tables ( Table A and Table B)
Table A has one field : email
Table B has three Fields : First name, Last name , email
I want to check if the email in Table B is found in Table A, And if it is , then I want to delete the row ( First name, Last name , email ) from Table B that has that email.
any help is really appreciated and thank you in advance!