From 20c1e5c07502019201624ff15988c1a9c8040548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E9=9B=A8?= <2609135351@qq.com> Date: Sun, 23 Sep 2018 02:30:03 +0800 Subject: [PATCH] add comments --- SQL injection/MSSQL Injection.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SQL injection/MSSQL Injection.md b/SQL injection/MSSQL Injection.md index e5a2288..de7290d 100644 --- a/SQL injection/MSSQL Injection.md +++ b/SQL injection/MSSQL Injection.md @@ -1,5 +1,12 @@ # MSSQL Injection +## MSSQL comments + +```sql +-- comment goes here +/* comment goes here */ +``` + ## MSSQL version ```sql