From 55b01af88deeb5bb89dc11a4198ac587f76be2bb Mon Sep 17 00:00:00 2001 From: Alistair Johnson Date: Fri, 30 Jun 2017 11:37:46 +0800 Subject: [PATCH] remove commit command --- concepts/firstday/vitals-first-day.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/concepts/firstday/vitals-first-day.sql b/concepts/firstday/vitals-first-day.sql index 1fbefb1..933fe28 100644 --- a/concepts/firstday/vitals-first-day.sql +++ b/concepts/firstday/vitals-first-day.sql @@ -116,5 +116,3 @@ FROM ( ) pvt group by pvt.subject_id, pvt.hadm_id, pvt.icustay_id order by pvt.subject_id, pvt.hadm_id, pvt.icustay_id; - -commit;