RSSAmplifier

Modern SQL · Feb 10, 2026

SQL Comments, Please!

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

SQL Comments, Please! In a program, a comment is a part of the source code that is ignored by the system. Comments are generally used for two purposes: (1) provide background information for future readers of that code, including our selves; (2) deactivate some code without deleting it yet—aka. commenting out . SQL supports comments too, of course. While SQL comments are generally ignored by the…

Read on modern-sql.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.