Skip to content

Commit

Permalink
trying to break logjam
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-ellis-ky committed Nov 15, 2024
1 parent 27deba5 commit 75151da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--
-- NOTE: TBD
--
create or replace view total_benes_by_day as
--create or replace view total_benes_by_day as
select sum(summarydata.ct_by_day) as daily_sum, summarydata.msgdate
from (
select count(distinctdata.ptid) as ct_by_day, distinctdata.ptid, msgdate
Expand Down

0 comments on commit 75151da

Please sign in to comment.