Hi All,
My Requirement is like - Master data table (Example below) having employee ID, From_Date.and To_date. Based on the current date, I would return data that is valid for today.
Example, My desired output would be from below table is only EMp_ids. since emp_id's are ignored since to_date is expired based on current date.
Table:
Emp_id From_date | To_date |
can you some one please give me suggestion to achieve this logic. | |
Thank you |