MySQL supports # character as the comment start. This is one line comment, it ends when line break occurs.
IDEA highlights comment lines as error.
Notice, this is MySQL-specific request, not common for SQL.
Description
MySQL supports # character as the comment start. This is one line comment, it ends when line break occurs.
IDEA highlights comment lines as error.
Notice, this is MySQL-specific request, not common for SQL.