Search This Blog

Showing posts with label sql. Show all posts
Showing posts with label sql. Show all posts

Tuesday, April 12, 2011


SELECT COUNT(grade) FROM table GROUP BY grade ORDER BY grade

How to create an histogram from a SQL database.
From:
http://stackoverflow.com/questions/485409/generating-a-histogram-from-column-values-in-a-database