Let’s
suppose you are executing the given query in SQL Server.
/*Get StudentDetails
Select * From Student
Error Message:
But getting the below error.
Msg 113, Level 15, State 1, Line 5
Missing end comment mark '*/'.
Causes:
In above SQL statement, you are missing */ closing comments because multiline comments use as /* and */.
Solution of the Error:
To avoid this type of error, there should be */ closing comments.
Here’s the correct way to add the multi–line comments.
/*Get StudentDetails */
Select * From Student
You can add “--” comment to add comment for single line.
For Example:
--Get StudentDetails
Select * From Student
Output :
Studentid Name Qualification Status
1 ANNY 10th Pass
2 Mohan 12th Fail
3 Mahesh 11th Pass
4 Ramesh 10th Fail
5 John 11th Pass
6 Mohan MCA Persuing
If you want to sell your readymade software to the genuine clients or businessman, list your software with details and demo links.
Clients will find it using our advanced search filter and will contact you directly.
No any charge for the product lsiting.