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;