mysql> SELECT 1+1; # This comment continues to the end of line
mysql> SELECT 1+1; -- This comment continues to the end of line
SELECT 1+1; -- This comment continues to the end of line
/* this is an in-line comment */