R
razor
Hi,
I have a small table and a huge table.
I would like to join on the Employee_ID field. The
Employee_ID is unique in the small table but appears
multiple times in the huge table.
Is it possible to return all the records in the small
table and all the records in the huge table where the ID
matches?
So If ID 12345 appears once in the small table and appears
5 times in the huge table, I'd like to return all 6
records.
Thanks!
Regards,
Rajat
I have a small table and a huge table.
I would like to join on the Employee_ID field. The
Employee_ID is unique in the small table but appears
multiple times in the huge table.
Is it possible to return all the records in the small
table and all the records in the huge table where the ID
matches?
So If ID 12345 appears once in the small table and appears
5 times in the huge table, I'd like to return all 6
records.
Thanks!
Regards,
Rajat