CREATE TABLE foo (
col2 VARCHAR(100)
);
SELECT * FROM foo;
-- This is an SQL comment with a email address: username@example.com
-- This en an SQL comment with strange characters: <, > and &
DROP TABLE "foo";
CREATE TABLE "foo""";
/* Other supported comment */
/* /* Comment inside comment */ */
-- Text values: