]> matita.cs.unibo.it Git - helm.git/blob - helm/metadata/sql/rating.sql
the case Appl Meta vs t was not executed in case t was a Constant,Mutcase,Cofix,Fix...
[helm.git] / helm / metadata / sql / rating.sql
1
2 INSERT INTO hits
3 SELECT h_occurrence, COUNT(source)
4 FROM refObj
5 GROUP BY h_occurrence;
6