Here is an example of what I'm trying to do:
I have two tables:
Table A
Col 1: ID
Col 2: Desc
Col 3: Financials
Table B
Col 1: ID
Table B contains a subset from Table A. I want to delete all rows in Table A that have ID's in Table B.
Thanks in advance.
I have two tables:
Table A
Col 1: ID
Col 2: Desc
Col 3: Financials
Table B
Col 1: ID
Table B contains a subset from Table A. I want to delete all rows in Table A that have ID's in Table B.
Thanks in advance.