X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=demo%2Fdemo.sql;h=bb081d92a784b57530a9ed69f91b4c32e592f297;hb=7e30c3a2bd8b1017138773acf49ee3a854811391;hp=64818c3818e1208d6ccde243a3aadd1e8e7dfd00;hpb=5a69ae8c9e133b96d9a7c880b57d1cbca952ec54;p=sqlconvert.git diff --git a/demo/demo.sql b/demo/demo.sql index 64818c3..bb081d9 100644 --- a/demo/demo.sql +++ b/demo/demo.sql @@ -1,6 +1,7 @@ SELECT * FROM `mytable`; -- line-comment" INSERT into /* inline comment */ mytable VALUES (1, 'тест'); -/*! directive*/ INSERT INTO `MyTable` (`Id`, `Name`) +/*! directive*/; +INSERT INTO `MyTable` (`Id`, `Name`) VALUES (1, 'one'); -- The end