hi,
i have two tables
1) claim master
2) claim child
1) claim master
id (identity column)
123456
123457
123458
.
.
2) claim child
id
1234561
1234562
1234571
here in master id 123456 one time claimed
it comes to child id 1234561
two time claimed
it comes to child id 1234562
i have to join these two tables
please help me