Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

graph for evolution of reference submission #39

Open
orthagh opened this issue Apr 24, 2018 · 0 comments
Open

graph for evolution of reference submission #39

orthagh opened this issue Apr 24, 2018 · 0 comments

Comments

@orthagh
Copy link
Contributor

orthagh commented Apr 24, 2018

SELECT date_trunc('month', created_at) AS month, 
   COUNT(id) as cpt
FROM reference
GROUP BY month
ORDER BY month;
@orthagh orthagh changed the title graph for evolution of reference submition graph for evolution of reference submission Apr 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant