SQL - Comments (Single-line and Multi-line)
SQL supports two distinct comment styles inherited from different programming language traditions. Single-line comments begin with two consecutive hyphens (--) and extend to the end of the line….
SQL supports two distinct comment styles inherited from different programming language traditions. Single-line comments begin with two consecutive hyphens (--) and extend to the end of the line….