Hi,
Hi,
I appreciate if anyone help me out to solve my problem :
There are two table like Table 1 and Table 2:
Table 1 contain coloms like :
Emp_id
Spl_event_date ( spl training given to employee)
Name
Address
Table 2 contain :
Emp_id
Date_sal_revised
Revised_Monthly_Salary
REQUIREMENT :
Joining Table2 to Table1 on Emp_Id so that Table 1 carries one additional column SALARY like follows :
Result Table1 :
Emp_id
Spl_Event_date
Name
Address
salary
CONDITION :
Where selected SALARY from Table2 is EQUAL TO OR FIRST DATE'S GREATER THAN Spl_Event_date of table1
Hi,
I appreciate if anyone help me out to solve my problem :
There are two table like Table 1 and Table 2:
Table 1 contain coloms like :
Emp_id
Spl_event_date ( spl training given to employee)
Name
Address
Table 2 contain :
Emp_id
Date_sal_revised
Revised_Monthly_Salary
REQUIREMENT :
Joining Table2 to Table1 on Emp_Id so that Table 1 carries one additional column SALARY like follows :
Result Table1 :
Emp_id
Spl_Event_date
Name
Address
salary
CONDITION :
Where selected SALARY from Table2 is EQUAL TO OR FIRST DATE'S GREATER THAN Spl_Event_date of table1