add comments

This commit is contained in:
时雨 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

View File

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