X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=sample%2Fsample.sql;h=fb31ec364763533aef6d857ce53b63c6d229fd87;hb=7d3342fc8ae5d217736c9c055b53445c628da765;hp=01ac31e2f70284983e3b804e3133340d0715d20e;hpb=e801bb92787a0101c8ae43927a2727687034d211;p=sqlconvert.git diff --git a/sample/sample.sql b/sample/sample.sql index 01ac31e..fb31ec3 100644 --- a/sample/sample.sql +++ b/sample/sample.sql @@ -2,3 +2,5 @@ SELECT * FROM `mytable`; -- line-comment" INSERT into /* inline comment */ mytable VALUES (1, 'one'); /*! directive*/ INSERT INTO `MyTable` (`Id`, `Name`) VALUES (1, 'one'); + +-- The end