S
Sam
I'm quite new and i'm looking to write a query.
I have two table ( A and B ) like
Table A
ID #1 #2 #3
1 4 5 7
2 1 4 9
Table B
ID #1 #2 #3 #4 #5 #6
1 1 2 4 5 6 7
2 1 3 4 5 7 9
2 4 5 6 7 8 9
I looking to write a query to count when Table A matching Table B
Table A count
ID #1 #2 #3 Count
1 4 5 7 3
2 1 4 9 1
Thank in advance
I have two table ( A and B ) like
Table A
ID #1 #2 #3
1 4 5 7
2 1 4 9
Table B
ID #1 #2 #3 #4 #5 #6
1 1 2 4 5 6 7
2 1 3 4 5 7 9
2 4 5 6 7 8 9
I looking to write a query to count when Table A matching Table B
Table A count
ID #1 #2 #3 Count
1 4 5 7 3
2 1 4 9 1
Thank in advance