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.
1.4m articles
1.4m replys
5 comments
57.0k users