SQL - Job Table history
Summary
We want to pull all rows from the job code table and have the following SQL. The query pulls several rows for the same effective start date. Any suggestions? ThanksContent
We want to pull all rows from the job code table and have the following SQL. The query pulls several rows for the same effective start date. Any suggestions? Thanks
SELECT perjtl.JOB_ID
, perjtl.EFFECTIVE_START_DATE
, perjtl.EFFECTIVE_END_DATE
, perjtl.NAME
, perjtl.OBJECT_VERSION_NUMBER
, perjtl.LAST_UPDATE_DATE
, perjf.JOB_CODE
, perjf.ACTIVE_STATUS
, perjf.MANAGER_LEVEL
, perjf.FULL_PART_TIME
, perjf.JOB_FAMILY_ID
Tagged:
0