WITH RankedRecords AS (
SELECT
*,
ROW_NUMBER() OVER (PARTITION BY AppraisalID ORDER BY ModifiedDate) AS RowNum
FROM
tbl_EmpCompetencies
)
SELECT *
FROM RankedRecords
WHERE RowNum = 1;
Job Description: Experience working closely with business users/leaders. Well-versed in requirement gathering and can lead business users ...
No comments:
Post a Comment