HP NonStop SQL/MX Messages Manual page 188

Table of Contents

Advertisement

Binder and Compilation Messages (4000 through
4999)
SQL 4002
4002 Column name1 is not found.
Tables in scope: name3. Default schema: name4.
Cause. You referenced column name1, which NonStop SQL/MX could not find. Table
name2 is not exposed. The table name3 or tables in the scope of the column
reference and the default schema name4 appear.
Effect. The operation fails.
Recovery. Correct the syntax so that the table and column can be found, and
resubmit.
SQL 4003
4003 Column name1 is not a column in table name2, or, after a
NATURAL JOIN or JOIN USING, is no longer allowed to be
specified with a table correlation name.
Cause. You either attempted to select column name1, which does not exist, or
referenced a column that is included in a NATURAL JOIN or JOIN USING and is now a
common column. If a column is part of a JOIN operation, you no longer qualify its
name with its original table name2.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit. If the column is part of a JOIN, remove
the table qualifier and use only the column name.
SQL 4004
4004 Column name name1 is ambiguous. Tables in scope: names.
Default schema: name2.
Cause. You referenced column name1, whose parent table is ambiguous. The table
names or tables in the scope of the column reference and default schema name2
appear.
Effect. The operation fails.
Recovery. Correct the syntax so that the table's parent table is clear, and resubmit.
HP NonStop SQL/MX Messages Manual—640324-001
Table name2 not exposed.
6 -2

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents