X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=demo%2Fdemo.sql;fp=demo%2Fdemo.sql;h=bb081d92a784b57530a9ed69f91b4c32e592f297;hp=64818c3818e1208d6ccde243a3aadd1e8e7dfd00;hb=05b5fb4c6b4e167ffefbd17e9530d87db027d942;hpb=5a69ae8c9e133b96d9a7c880b57d1cbca952ec54 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