The compiler issues warnings or errors during phases of translation in which it encounters syntax errors 在遇到句法错误的阶段阶段中,编译器会发出警告或者错误
Microsoft sql server 7 . 0 or later returns a syntax error when this same query is executed Microsoft sql server 7 . 0或更高版本在执行同一查询时,将返回语法错误。
Fall into one of three categories : syntax errors , run - time errors , and logic errors 在visual basic中,错误(也称为“异常” )分为三类:语法错误、运行时错误和逻辑错误。
Including any other statements between the end try and begin catch statements generates a syntax error 在end try和begin catch语句之间放置任何其他语句都将生成语法错误。
Option provides a quick way to find and correct syntax errors before you compile and link a source file 选项提供一种在编译和链接源文件之前查找和更正语法错误的快捷方法。
For example , you might specify a severity level of 15 to respond to syntax errors in transact - sql statements 例如,可以指定严重级别15来响应transact - sql语句中的语法错误。
Tokens can occur in a body , the next other token that shows up will be part of a header - or a syntax error 标记,所以出现下一个其他标记,表明这是标题部分或者是一个语法错。
The exception that is thrown when xml could not be parsed due to a syntax error 关于异常的疑难解答: system . security . xmlsyntaxexception当由于语法错误而无法分析xml时引发的异常。
When a database receives a statement , the database engine first parses that statement and looks for syntax errors 当数据库接收到语句时,数据库引擎首先会分析该语句并查找句法错误。
It supports intellisense , statement completions , and syntax coloring so that you can easily detect syntax errors 它支持intellisense 、语句结束和语法分色功能,使您能够轻松地检测语法错误。
an error of language resulting from code that does not conform to the syntax of the programming language; "syntax errors can be recognized at compilation time"; "a common syntax error is to omit a parenthesis"
百科解释
In computer science, a syntax error refers to an error in the syntax of a sequence of characters or tokens that is intended to be written in a particular programming language.