You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might get the job done for question creation by quarter:
SELECT tags, extract(year FROM creation_date), extract(quarter FROM creation_date), count(*) FROM`bigquery-public-data.stackoverflow.posts_questions`group by tags, extract(year FROM creation_date), extract(quarter FROM creation_date)
It didn't like me sorting by year and quarter, though.
No description provided.
The text was updated successfully, but these errors were encountered: