select count(*) from TABLE_A A inner join TABLE_B B on (A.FieldA1=B.FieldB1 and A.FieldA2=B.FieldB2)
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)