Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

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 Aufrufe • vor 1 Jahr •via X (Twitter)

2 Kommentare

Profilbild von Google for Developers
Google for Developersvor 1 Jahr

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.

Profilbild von Ash
Ashvor 1 Jahr

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

Ähnliche Videos