Skip to content

Commit

Permalink
Merge pull request #36 from calogica/update/join-syntax
Browse files Browse the repository at this point in the history
Update left join syntax
  • Loading branch information
clausherther authored Jun 7, 2021
2 parents a6b7df4 + a319c57 commit a2a337f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/models/dim_date.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ select
f.fiscal_period_of_quarter
from
date_dimension d
left outer join
left join
fiscal_periods f
on d.date_day = f.date_day

0 comments on commit a2a337f

Please sign in to comment.