I want to add comment in SQL code. How can I do this? I'm using MySQL.
Several ways:
# Comment -- Comment /* Comment */
Remember to put the space after --.
--
See the documentation.
2.1m questions
2.1m answers
60 comments
57.0k users