add comments
parent
cce0444245
commit
20c1e5c075
|
@ -1,5 +1,12 @@
|
|||
# MSSQL Injection
|
||||
|
||||
## MSSQL comments
|
||||
|
||||
```sql
|
||||
-- comment goes here
|
||||
/* comment goes here */
|
||||
```
|
||||
|
||||
## MSSQL version
|
||||
|
||||
```sql
|
||||
|
|
Loading…
Reference in New Issue