Skip to content

Commit 9954669

Browse files
committed
include dataset id in SQL
1 parent b91dcdd commit 9954669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/firefox_desktop_exact_mau28.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SELECT
44
COUNT(DISTINCT client_id) AS mau,
55
SUM(CAST(submission_date_s3 = @submission_date AS INT64)) as dau
66
FROM
7-
clients_daily_v6
7+
telemetry.clients_daily_v6
88
WHERE
99
submission_date_s3 <= @submission_date
1010
AND submission_date_s3 > DATE_ADD(@submission_date, INTERVAL -28 DAY)

0 commit comments

Comments
 (0)