Answers for "how to quickly comment a part of text mysql"

SQL
1

importance of comment in mysql

3- types of comments: 

#: single line comment put at the end of line. 

--: single line comment put at the end of line. 

/* */: multiline  comment put at anywhere in code.
Posted by: Guest on September-13-2021
-3

how do we write comments in myql

mysql comments
Posted by: Guest on January-19-2021

Code answers related to "how to quickly comment a part of text mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language