Skip to content

Commit

Permalink
remove duplicate AS statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairewj committed Dec 15, 2021
1 parent 938cefb commit c6e8daa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ SELECT stay_id, starttime, endtime
, 4) AS norepinephrine_equivalent_dose
-- angotensin_ii*10 -- angitensin ii rarely used, currently not incorporated
-- (it could be included due to norepinephrine sparing effects)
AS norepinephrine_equivalent_dose
FROM mimic_derived.vasoactive_agent
WHERE norepinephrine IS NOT NULL
OR epinephrine IS NOT NULL
Expand Down

0 comments on commit c6e8daa

Please sign in to comment.