Can you help me to adding the name of the employee in this SQL query? — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Can you help me to adding the name of the employee in this SQL query?

Summary:

Hello team!

I have this code, but I don't know how to add the name of the employee. Could you please help me with that?

Content (please ensure you mask any confidential information):

SELECT DISTINCT
(SELECT DISTINCT K3.PERSON_NUMBER FROM PER_ALL_PEOPLE_F K3 WHERE K3.PERSON_ID = K2.PERSON_ID) "PERSON_NUMBER",
(SELECT DISTINCT K.SCHEDULE_NAME FROM ZMM_SR_SCHEDULES_TL K WHERE K1.SCHEDULE_ID = K.SCHEDULE_ID) "SCHEDULE_NAME",
K1.RESOURCE_TYPE,
TO_CHAR(K1.START_DATE,'MM/DD/YYYY') "START_DATE",
TO_CHAR(K1.END_DATE,'MM/DD/YYYY') "END_DATE",
K1.PRIMARY_FLAG,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!