]> git.phdru.name Git - sqlconvert.git/blobdiff - demo/demo.sql
Rename sample.sql -> demo.sql
[sqlconvert.git] / demo / demo.sql
diff --git a/demo/demo.sql b/demo/demo.sql
new file mode 100644 (file)
index 0000000..64818c3
--- /dev/null
@@ -0,0 +1,6 @@
+SELECT * FROM `mytable`; -- line-comment"
+INSERT into /* inline comment */ mytable VALUES (1, 'ั‚ะตัั‚');
+/*! directive*/ INSERT INTO `MyTable` (`Id`, `Name`)
+VALUES (1, 'one');
+
+-- The end