SQL syntax error

<< Click to Display Table of Contents >>

Navigation:  SQL >

SQL syntax error

Previous pageReturn to chapter overviewNext page

Errors in SQL statement

As SQL scripts are executed running each sub statement successively, errors in any of these sub statements will be reported by the individual sub statement as in:

SQLstatementError

In the case illustrated there is a missing terminating quote around the string value 'svr4321'.

Or if it is a sub-statement part of an SQL script:

SQLScriptSubStatementError

__________________________
PdxEditor Application Help, 14 July 2026; © 2010-2026 Niels Knabe