Skip to content

Commit

Permalink
beep
Browse files Browse the repository at this point in the history
  • Loading branch information
Faith Lierheimer committed Jul 19, 2024
1 parent caccb1b commit 8f0ec95
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
select
*,
(order_count + 1) as order_count_plus_one
* exclude priority_code,
order_count + 1 as order_count_plus_one
from {{ ref('fct_orders') }}

0 comments on commit 8f0ec95

Please sign in to comment.