Answers for "how do we write comments in myql"

7

mysql comment

-- This is a SQL Comment

/* 
This is a multi-line
SQL comment 
*/
Posted by: Guest on May-11-2020
0

comments in mysql

#this is a comment
-- this is a comment but requires a whitespace/tab/newline after the double -
Posted by: Guest on December-26-2020
-1

how do we write comments in myql

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

Code answers related to "how do we write comments in myql"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language