Skip to content

Commit

Permalink
Update Batch.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
bradanton committed May 30, 2024
1 parent 5af6122 commit 4cc811d
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
SELECT DISTINCT medrec_key, medrec_key
SELECT DISTINCT {0} medrec_key, medrec_key
FROM {sc}.pat
JOIN {sc}.patcpt cpt ON PAT.PAT_KEY = cpt.pat_key
where cpt.cpt_code in ('J1440', 'J9350', 'J9380', 'Q2040', 'Q2041', 'Q2042')
order by 1
limit 1000000
WHERE medrec_key is not NULL
order by 1

0 comments on commit 4cc811d

Please sign in to comment.