Skip to content

Commit

Permalink
Update Batch.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
bradanton committed Nov 18, 2024
1 parent 41bc427 commit 6608bf7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

SELECT DISTINCT {0} cast(replace(ptid, 'PT', '') as int) person_id, ptid
FROM {sc}.patient
order by 1
limit 1000000
order by 1

0 comments on commit 6608bf7

Please sign in to comment.