|
|
Syntax Errors
Syntax errors are constructions that break the rules for formulating SQL statements. For example:
- Spelling errors in keywords:
- Incorrect or missing delimiters:
- Incorrect clause ordering
UPDATE ... WHERE ... SET instead of UPDATE ... SET ... WHERE
The preprocessor does not accept syntactically incorrect statements. The error must be corrected before the program can be successfully preprocessed.
|
Mimer Information Technology AB Voice: +46 18 780 92 00 Fax: +46 18 780 92 40 info@mimer.se |
|
|