block comments mysql code example
Example 1: how do we write comments in myql
mysql comments
Example 2: comments in mysql
#this is a comment
-- this is a comment but requires a whitespace/tab/newline after the double -
mysql comments
#this is a comment
-- this is a comment but requires a whitespace/tab/newline after the double -