• 26. 11. 2019
  • Ing. Jan Zedníček - Data Engineer & Controlling
  • 0

Comments in SQL query have a simple purpose. They keep the code well-arranged for others and also explain its logic. If you mark some text as a comment it will not be taken as an SQL command and therefore it will not be executed. SQL Comment can be written down in two ways:

  • Comment can be marked by double dash “–“. This solution is valid for 1 line only.
  • Comment can be marked by “/**/” at the start and at the end

Comment in SQL is distinguished by green color.

SQL Comment Syntaxe

First way of making a comment in SQL:

-- Comment 1
-- Comment 2

Second way of making a comment in SQL:

/* Comment 1
   Comment 2 */

Second way of commenting is preferable when the comment takes up more than 1 row.

Hint: If you are interested in SQL and would like to learn it, start with SQL Tutorials or let me know in a comment section and I will point you in the right direction.

Rate this post

Ing. Jan Zedníček - Data Engineer & Controlling

My name is Jan Zedníček and I have been working as a freelancer for many companies for more than 10 years. I used to work as a financial controller, analyst and manager at many different companies in field of banking and manufacturing. When I am not at work, I like playing volleyball, chess, doing a workout in the gym.

🔥 If you found this article helpful, please share it or mention me on your website

Leave a Reply

Your email address will not be published. Required fields are marked *