Update medication_days_covered.sql with try_convert logic to handle varchar errors
Compare changes
@@ -18,7 +18,7 @@ with medication_strength as (
@@ -29,7 +29,7 @@ with medication_strength as (
Bug found when select * used. convert switched to try_convert and view updated