SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual—523730-004
5-40
SQL 3173
Cause. You specified a compound statement that contains an UPDATE STATISTICS
command.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3174
Cause. You specified a compound statement that contains DDL statements.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3175
Cause. You specified a compound statement that contains dynamic SQL/MX
statements.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3176
Cause. You specified an IF statement that contains a subquery.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
3173 UPDATE STATISTICS is not allowed in a compound
statement.
3174 DDL statements are not allowed in compound statements.
3175 Dynamic SQL statements are not allowed in compound
statements.
3176 Subqueries are not allowed in the IF Condition.