Skip to content

Commit

Permalink
Update and rename message_response_time to message_response_time.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmano1 authored Mar 1, 2023
1 parent bdd4cbe commit 3438576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions message_response_time → message_response_time.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- not correct, do not use.

with started as (select message_id, received_date from d_mm1 where connector_name = 'Source' and status = 'T'),
max_send_date as (select message_id, max(response_date) as final_send_date
from d_mm1
Expand Down

0 comments on commit 3438576

Please sign in to comment.