Hi Nisha,
Does contact_table has Contact_id column? If yes, then simply join this table with Sample table using contact_id.
Then you will get contacts which have matching contact_ids only.
Regards,
Yuvraj
Hi Nisha,
Does contact_table has Contact_id column? If yes, then simply join this table with Sample table using contact_id.
Then you will get contacts which have matching contact_ids only.
Regards,
Yuvraj