Skip to content

Commit 5924288

Browse files
Let's increase the price
1 parent 0bcd26f commit 5924288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/beers/sales.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SELECT
2323
order_lines.order_line AS order_line,
2424
orders.created_at AS order_created_at,
2525
order_lines.quantity AS order_li_quantity,
26-
order_lines.price AS order_li_price_each,
26+
order_lines.price + 1 AS order_li_price_each,
2727
order_lines.quantity * order_lines.price AS order_li_price_total
2828

2929
FROM {{ ref('orders') }} orders

0 commit comments

Comments
 (0)