Skip to content

Commit

Permalink
fix dropped alias
Browse files Browse the repository at this point in the history
  • Loading branch information
aegis301 committed Jan 18, 2023
1 parent 2711b63 commit d989055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mimic-iv/concepts/organfailure/kdigo_stages.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ WITH cr_stg AS
WHEN cr.creat >= (cr.creat_low_past_48hr+0.3) THEN 1
WHEN cr.creat >= (cr.creat_low_past_7day*1.5) THEN 1
ELSE 0 END AS aki_stage_creat
FROM `physionet-data.mimiciv_derived.kdigo_creatinine`
FROM `physionet-data.mimiciv_derived.kdigo_creatinine` cr
)
-- stages for UO / creat
, uo_stg AS
Expand Down

0 comments on commit d989055

Please sign in to comment.