one_statement_with_comments.sql 128 B

1234
  1. -- This is the first comment
  2. INSERT INTO prefix_sometable (`key`) VALUES ('Value -- not a comment');
  3. -- This is another comment