You are on page 1of 1

select distinct EMPLOYEE_D.

EMPLOYEE_NUM as "EMPLOYEE NUMBER",


EMPLOYEE_D.FST_NAME as "EMPLOYEE FIRST NAME",
EMPLOYEE_D.LAST_NAME as "EMPLOYEE LAST NAME",
EMPLOYEE_D.X_LAST_TERMINATION_DT_WID as "TERMINATION DATE"
from
W_EMPLOYEE_D EMPLOYEE_D
where EMPLOYEE_D.EMPLOYEE_NUM = '2054779'

You might also like