MSSQL Comments - Merge pull request #24 from Margular/patch-1

add comments
This commit is contained in:
Swissky 2018-09-22 23:12:23 +02:00 committed by GitHub
commit 8bef006d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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