SQL/MP Messages Manual

SQL Compiler Optimizer Messages (6000 to 6999)
HP NonStop SQL/MP Messages Manual427720-006
8-4
SQL 6013
Cause. A function containing local column references was specified in a WHERE
clause.
Effect. The statement does not compile.
Recovery. Move the function containing local column references to the HAVING
clause, and reissue the statement.
SQL 6014
Cause. You cannot have more than 16 tables specified in the FROM clause of a query
or subquery.
Effect. The statement does not compile.
Recovery. Compose the query again, checking that the number of tables in any
FROM clause does not exceed 16, and reissue the statement.
SQL 6015
Cause. The optimizer chose FastSort to perform the sort, and FastSort can sort only
records having at most 63 fields.
Effect. The statement does not compile.
Recovery. Reformulate the query so that the columns in the select list, grouping
columns, ordering columns, or join columns are reduced in number to the acceptable
limit.
6013 You cannot specify a function in a WHERE clause unless
all the columns in the function refer to outer tables.
6014 More than 16 tables are specified in the FROM clause of
a query or subquery.
6015 A sort required by a DISTINCT, GROUP BY, ORDER BY, or
join operation can operate only on a record that has 63 or
fewer columns.