SQL/MP Messages Manual

SQL Compiler Binder Messages (4000 to 4999)
HP NonStop SQL/MP Messages Manual427720-006
6-19
SQL 4068
Cause. The statement required an SQL table or view name. The specified table or
view might exist; however, a file system error was encountered when accessing the
table or view. See the file system error following this error for the cause.
Effect. The statement does not compile.
Recovery. Correct the file system error condition.
SQL 4069
Cause. The statement required an SQL index name. The specified index might exist;
however, a file system error was encountered when accessing the index. See the file
system error following this error for the cause.
Effect. The statement does not compile.
Recovery. Correct the file system error condition.
SQL 4070
Cause. This message applies to comparison predicates and BETWEEN predicates.
The number of entries on one side of a predicate did not match the number of entries
on the other side.
Effect. The statement does not compile.
Recovery. Correct the predicate so that the entries match, and reissue the statement.
SQL 4071
Cause. In a CREATE TABLE statement, the PRIMARY KEY or CLUSTERING KEY
clause included a duplicate column name.
Effect. The statement fails.
Recovery. Remove the duplicate column name.
4068 Table or view value-1 could not be accessed.
4069 Index value-1 could not be accessed.
4070 Number of elements in the left hand side list must match
the right hand side list.
4071 Key column value-1 is a duplicate.