summaryrefslogtreecommitdiff
path: root/db-4.8.30/test/scr038/data/commented_dml.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db-4.8.30/test/scr038/data/commented_dml.sql')
-rw-r--r--db-4.8.30/test/scr038/data/commented_dml.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/db-4.8.30/test/scr038/data/commented_dml.sql b/db-4.8.30/test/scr038/data/commented_dml.sql
new file mode 100644
index 0000000..4fc7c94
--- /dev/null
+++ b/db-4.8.30/test/scr038/data/commented_dml.sql
@@ -0,0 +1,6 @@
+CREATE DATABASE numismatics; /*+ CACHESIZE = 16m */
+
+CREATE TABLE coin (cid INT(8) PRIMARY KEY,
+ unit VARCHAR(20));
+
+/* SELECT * from mint;*/