Skip to content

Instantly share code, notes, and snippets.

@Risyandi
Last active January 9, 2020 14:13
Show Gist options
  • Save Risyandi/ad85bc8397d070b4fe59b3ec87921dd9 to your computer and use it in GitHub Desktop.
Save Risyandi/ad85bc8397d070b4fe59b3ec87921dd9 to your computer and use it in GitHub Desktop.
Jawaban soal data engineer Jabar Digital Services
SELECT userid, avg(duration) FROM sessions GROUP BY userid HAVING COUNT(userid) > 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment