mysql commenting code example
Example 1: mysql comment
-- This is a SQL Comment
/*
This is a multi-line
SQL comment
*/
Example 2: how do we write comments in myql
mysql comments
-- This is a SQL Comment
/*
This is a multi-line
SQL comment
*/
mysql comments