]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/metadata/sql/fill_inconcl_aux.sql
* create_mowgli_tables.mysql.sql added
[helm.git] / helm / metadata / sql / fill_inconcl_aux.sql
diff --git a/helm/metadata/sql/fill_inconcl_aux.sql b/helm/metadata/sql/fill_inconcl_aux.sql
new file mode 100644 (file)
index 0000000..55c3884
--- /dev/null
@@ -0,0 +1,3 @@
+
+
+ insert into no_inconcl_aux select source,count(h_occurrence) from refObj where h_position='http://www.cs.unibo.it/helm/schemas/schema-helm#InConclusion' or h_position='http://www.cs.unibo.it/helm/schemas/schema-helm#MainConclusion' group by source;