Quotes help make search much faster. Example: "Practice Makes Perfect"

Tuesday, May 9, 2017

Codecademy SQL: Analyzing Business Metrics Exercise 4 of 14


select
  date(created_at),
  count(distinct user_id) as dau
from gameplays
group by 1
order by 1;

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts