Skip to content

Commit

Permalink
adding alias to column to prevent ambiguous column error
Browse files Browse the repository at this point in the history
  • Loading branch information
thutuva committed Jun 6, 2024
1 parent f3d7a07 commit 48af79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/stage/elation_stage__medication_fill.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ select
, fill.medication_id as code
, quantity
, quantity_unit
, days_supply
, fill.days_supply
, users.id as practitioner_id
, null as charge_amount
, 'elation' as data_source
Expand Down

0 comments on commit 48af79f

Please sign in to comment.