add comments

This commit is contained in:
时雨
2018-09-23 02:30:03 +08:00
committed by GitHub
parent cce0444245
commit 20c1e5c075

View File

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