Skip to content

Commit

Permalink
missing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
lcouzens authored Jan 23, 2025
1 parent bd9ef53 commit 2c82130
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ SELECT aws.lineitem_resourceid,
aws.savingsplan_savingsplaneffectivecost,
aws.product_productname,
aws.bill_invoiceid,
aws.product_vcpu
aws.product_memory
aws.product_vcpu,
aws.product_memory,
CASE WHEN resource_names.lineitem_resourceid IS NOT NULL
THEN TRUE
ELSE FALSE
Expand Down

0 comments on commit 2c82130

Please sign in to comment.