SQL/MP Messages Manual
SQL Compiler Normalizer Messages (5000 to 5999)
HP NonStop SQL/MP Messages Manual—427720-006
7-3
SQL 5010
Cause. Stated in the error message.
Effect. The statement does not compile.
Recovery. Correct the statement by specifying a column or value list, and recompile.
SQL 5011
Cause. There must be a one-to-one correspondence between the items in the column
list and the items in the value list.
Effect. The statement does not compile.
Recovery. Correct the statement and recompile.
SQL 5012
Cause. You specified the same column more than once in the list of columns to be
inserted.
Effect. The statement does not compile.
Recovery. Remove any duplicate columns in the INSERT statement, and reissue the
statement.
SQL 5013
Cause. Stated in the error message.
Effect. The statement does not compile.
Recovery. Correct the statement and recompile.
5010 Column list or value list is empty.
5011 Column list and value list do not have the same length.
5012 Duplicate column in the insert list.
5013 Item must be a column name or a column number.