SQL Tips - Adding Single or Multiple Line Comments | Ignore SQL Statements

preview_player
Показать описание
Hey team,

This quick video will show you how to add single or multiple line comments in SQL.

Chapters:
0:00 Introduction
0:12 Single Line Comments
0:36 Multiple Line Comments
Рекомендации по теме
Комментарии
Автор

Tip to toggle on/off comments on multiple lines at the same time:


SELECT *
FROM X ...


if you remove the first line last / character it turns the whole thing a comment.

SELECT *
FROM X ...


This means you can toggle on/off by just adding or removing the /
Helpful when working with big SQL statements

JorgeGarcia-vrrr
join shbcf.ru