2012-07-21 14:24:29 +02:00
|
|
|
-- a comment
|
|
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('John'); -- another comment
|
|
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('-- Comment Man');
|
2006-06-20 07:12:45 +00:00
|
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('Paul');
|
2012-12-10 17:43:07 +01:00
|
|
|
INSERT INTO
|
|
|
|
initial_sql_regress_simple (name) VALUES ('Ringo');
|
2006-06-20 07:12:45 +00:00
|
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('George');
|
2006-06-20 08:00:44 +00:00
|
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('Miles O''Brien');
|
2006-06-20 14:11:59 +00:00
|
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('Semicolon;Man');
|
2013-03-26 23:18:03 +01:00
|
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('"100%" of % are not placeholders');
|
2012-07-21 15:38:24 +02:00
|
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('This line has a Windows line ending');
|
2006-06-20 07:12:45 +00:00
|
|
|
|