]> matita.cs.unibo.it Git - helm.git/blobdiff - components/metadata/sqlStatements.ml
Huge commit for the release. Includes:
[helm.git] / components / metadata / sqlStatements.ml
index a08073965fcb2211e2d7ec63caeefdf96dda6c0a..42fcebec0f65b523f21f0ca89f5d82d6b2bd4820 100644 (file)
@@ -198,3 +198,11 @@ let fill_hits refObj hits =
       hits refObj ]
 
 
+let move_content (name1, tbl1) (name2, tbl2) buri =
+  assert (tbl1 = tbl2);
+  sprintf 
+    "INSERT INTRO %s SELECT * FROM %s WHERE source LIKE \"%s%%\";"   
+    name2 name1 buri
+
+
+