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

View File

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