add comments

patch-1
时雨 2018-09-23 02:30:03 +08:00 committed by GitHub
parent cce0444245
commit 20c1e5c075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# MSSQL Injection
## MSSQL comments
```sql
-- comment goes here
/* comment goes here */
```
## MSSQL version
```sql