Skip to content

Commit bf9eaff

Browse files
authored
add project id to from clause
1 parent a3159d9 commit bf9eaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mimic-iv/concepts/measurement/oxygen_delivery.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ with ce_stg1 as
6161
, itemid
6262
, value AS o2_device
6363
, ROW_NUMBER() OVER (PARTITION BY subject_id, charttime, itemid ORDER BY value) as rn
64-
FROM mimiciv_icu.chartevents
64+
FROM `physionet-data.mimiciv_icu.chartevents`
6565
WHERE itemid = 226732 -- oxygen delivery device(s)
6666
)
6767
, stg AS

0 commit comments

Comments
 (0)