Hi all,
I have two tables, tb_Name and tb_Salary. In the tb_Salary table, there are more than one record for each person in tb_Name table.
Now, I want to select exact record from tb_Salary which corresponds my criteria based on date.
Please, help.
Thank you.