comment out in mysql code example
Example 1: mysql comment
-- This is a SQL Comment
/*
This is a multi-line
SQL comment
*/
Example 2: comments in mysql
#this is a comment
-- this is a comment but requires a whitespace/tab/newline after the double -