I have two tables for instance Table A
and Table B
.
Table A
and B
has same number of columns, but table A
has few extra rows.
I was wondering if there's a query that would compare Table A
and B
and delete the extra number of rows that exist in Table A
.
And also it would be good to have a temp table that would the values that were deleted. A
Any suggestions?