Skip to content

Commit

Permalink
Use latest tables
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jan 30, 2024
1 parent 1b0c778 commit ec9888d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/2024/01/ttfb-localized-sites.sql
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ WITH
`httparchive.all.pages`,
UNNEST(technologies) AS t
WHERE
date = '2023-10-01'
date = '2023-12-01'
AND is_root_page
AND t.technology = 'WordPress' ),
devices AS (
Expand All @@ -56,7 +56,7 @@ WITH
FROM
`chrome-ux-report.materialized.device_summary`
WHERE
date = CAST("2023-10-01" AS DATE)
date = CAST("2023-12-01" AS DATE)
AND device IN ('desktop',
'tablet',
'phone') )
Expand Down

0 comments on commit ec9888d

Please sign in to comment.