SQL Server Comment Shortcut Key Operation

SQL Server Comment Shortcut Key Operation

Batch comments in SQL Server

Batch Annotation

Ctrl + (K, C): Hold down the Ctrl key, then press K and C in sequence

Batch Uncomment

Ctrl + (K,U): Hold down the Ctrl key, then press K and U in sequence

Supplement: SQL Server basic single-line comments and multi-line comments

1. code

 --I am a single line comment /*
 I am a multi-line comment duohango
 */

2. show

The above is my personal experience. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. If there are any mistakes or incomplete considerations, please feel free to correct me.

You may also be interested in:
  • Detailed graphic explanation of SQL Server setting client to log in using IP address
  • SqlServer generates consecutive numbers according to the specified number operation
  • Detailed explanation of SQLServer website instance
  • Declare variable usage in SQLserver

<<:  Solve the problem of mysql data loss when docker restarts redis

>>:  How to make React components full screen

Recommend

Implementation script for scheduled database backup in Linux

Table of contents Scenario: The server database n...

A brief discussion on several specifications of JS front-end modularization

Table of contents Preface The value of front-end ...

WeChat Mini Program User Authorization Best Practices Guide

Preface When developing WeChat applets, you often...

Detailed explanation of MySQL replication principles and practical applications

This article uses examples to illustrate the prin...

CSS form validation function implementation code

Rendering principle In the form element, there is...

Understanding MySQL precompilation in one article

1. Benefits of precompilation We have all used th...

jQuery achieves the effect of advertisement scrolling up and down

This article shares the specific code of jQuery t...

js to write the carousel effect

This article shares the specific code of js to ac...

How to query and update the same table in MySQL database at the same time

In ordinary projects, I often encounter this prob...

Beginners learn some HTML tags (2)

Related article: Beginners learn some HTML tags (1...

Example code for implementing anti-shake in Vue

Anti-shake: Prevent repeated clicks from triggeri...