Skip to content

Commit

Permalink
fix based on feedback on extract_log duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
robjharrison committed Jul 25, 2024
1 parent af02002 commit 32388b4
Show file tree
Hide file tree
Showing 3 changed files with 1,201 additions and 1,297 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5022,10 +5022,10 @@ SELECT
ed.uln AS send_uln,
'SSD_PH' AS send_upn_unknown
FROM
HDM_Local.Child_Social.dim_person cs
Child_Social.dim_person cs
LEFT JOIN
-- we have to switch to Education schema in order to obtain this
HDM_Local.Education.dim_person ed ON cs.dim_person_id = ed.dim_person_id
Education.dim_person ed ON cs.dim_person_id = ed.dim_person_id
WHERE
EXISTS (
SELECT 1
Expand Down
Loading

0 comments on commit 32388b4

Please sign in to comment.