Binder And Compilation Messages (4000 Through - HP NonStop SQL/MX Messages Manual

Table of Contents

Advertisement

6
Binder and Compilation Messages
(4000 through 4999)
SQL 4000
4000 Internal error in the query binder.
Cause. NonStop SQL/MX received an internal error in the query binder.
Effect. NonStop SQL/MX is unable to process this query.
Recovery. None. Report the entire message to your service provider.
SQL 4001
4001 Column name1 is not found.
Default schema: name3.
Cause. You referenced column name1, which NonStop SQL/MX could not find. The
table name2 or tables in the scope of the column reference and the default schema
name3 appear.
A common reason for this error is that you have used double quotes instead of single
quotes. For example:
>>select * from tb where b >"b";
result in this error:
*** ERROR[4001] Column "b" is not found.
CAT.SCH.TB.
In this example, the user specified double quotes, which indicate a delimited identifier,
rather than single quotes, which indicate an alpha literal.
The user probably intended:
>>select * from tb where b >'b';-- alpha literal
or
>>select * from tb where b >"v";-- table tb (a int, b char, "v"
char)
Effect. The operation fails.
Recovery. Correct the syntax so that the table and column can be found, and
resubmit.
Default schema: CAT.SCH.
HP NonStop SQL/MX Messages Manual—640324-001
Tables in scope: name2.
Tables in scope:
6 -1

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents