正在加载视频...

视频加载失败

Is your user analytics query telling the whole story? This SQL developer challenge reveals a common mistake in counting active users. Can you spot what's making the numbers look lower than they should be?

23,846 次观看 • 1 年前 •via X (Twitter)

2 条评论

Google for Developers 的头像
Google for Developers1 年前

Think about how your counting method might be affected by users with multiple activity dates. Also, consider whether your HAVING clause is using the same counting logic as your SELECT statement.

Ash 的头像
Ash1 年前

HAVING COUNT(*) > 100 will show only regions where active users are greater than 100.

相关视频