Search code snippets, questions, articles...

Add comment in Sql or Mysql

For single-line comment use '--' and t comment a full block use /**/
-- USE -- FOR SINGLE LINE COMMENT
-- SELECT * FROM STUDENTS

/* BLOCK LEVEL COMMENTS - COMMENT OUT A FULL BLOCK */
/*
SELECT NAME
FROM USERS
*/

Search Index Data (The code snippet can also be found with below search text)

comment in sql
comment in mysql
Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet