From 6608bf7cc2bf9a0f7b59c825a48677ea1c463468 Mon Sep 17 00:00:00 2001 From: Anton Ivanov Date: Mon, 18 Nov 2024 13:29:50 +0300 Subject: [PATCH] Update Batch.sql --- .../Transformation/OptumPanther/Batch.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sources/Framework/org.ohdsi.cdm.framework.etl/Transformation/OptumPanther/Batch.sql b/sources/Framework/org.ohdsi.cdm.framework.etl/Transformation/OptumPanther/Batch.sql index 2f0afcd0..b56a49ee 100644 --- a/sources/Framework/org.ohdsi.cdm.framework.etl/Transformation/OptumPanther/Batch.sql +++ b/sources/Framework/org.ohdsi.cdm.framework.etl/Transformation/OptumPanther/Batch.sql @@ -4,5 +4,4 @@ SELECT DISTINCT {0} cast(replace(ptid, 'PT', '') as int) person_id, ptid FROM {sc}.patient -order by 1 -limit 1000000 \ No newline at end of file +order by 1 \ No newline at end of file