Msg 105, Level 15, State 1, Line 1
Unclosed quotation mark after the character string '99930
'.
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '99930
'.
Means you missed quotation after or before character string (after '= 'symbol). or
You missed [ or ] (any one of brackests)in your query check.
You missed [ or ] (any one of brackests)in your query check.
Example: select empnumber from emp where empname = prasad' //here you missed quotation before string prasad.
No comments:
Post a Comment