Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT "HRDATA".EMPL_NM", "EMAIL_ADDRESSES"."EMAIL_ADDR"
FROM "WAREHOUSE"."HRDATA" " INNER JOIN "WAREHOUSE"."EMAIL_ADDRESSES" "EMAIL_ADDRESSES" ON "HRDATA"."EMPL_NBR"="EMAIL_ADDRESSES"."EMPL_NBR"