I have a set of string & numbers that I’d like to use between databases.
the idea is that table A has a row of data with 2 values acting as a single primary key
Table B has the same 2 values of data in a single row, or it doesn’t…
So…
Id like to find out how many values from Table A (2 column values in a single row) match in column B (2 column values in a single row equal to A’s values)
any thoughts?
I don’t think you need the nested SELECT statement. This should do the trick: