]> matita.cs.unibo.it Git - helm.git/blob - helm/software/metadata/sql/rating.sql
Bugs and other stuff to do to complete the Matita 1/2 => Matita 1.0 transition.
[helm.git] / helm / software / metadata / sql / rating.sql
1
2 INSERT INTO hits
3 SELECT h_occurrence, COUNT(source)
4 FROM refObj
5 GROUP BY h_occurrence;
6