Skip to content

Commit

Permalink
SqlFluff pass
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Apr 4, 2024
1 parent e3b3a31 commit 4a60dc4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cumulus_library_covid/covid_symptom/table_study_period.sql
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
CREATE TABLE covid_symptom__study_period AS
SELECT DISTINCT
v.variant_era,
s.period_start_day as start_date,
s.period_start_week as start_week,
s.period_start_month as start_month,
s.period_end_day as end_date,
s.period_start_day AS start_date,
s.period_start_week AS start_week,
s.period_start_month AS start_month,
s.period_end_day AS end_date,
s.age_at_visit,
s.author_day as author_date,
s.author_day AS author_date,
s.author_week,
s.author_month,
s.author_year,
Expand Down

0 comments on commit 4a60dc4

Please sign in to comment.