logo  
Google
 

DB2 SQL-Error: -115

SQLState: 42601

Short Description: A PREDICATE IS INVALID BECAUSE THE COMPARISON OPERATOR IS FOLLOWED BY A PARENTHESIZED LIST OR BY ANY OR ALL WITHOUT A SUBQUERY

A simple comparison like '>' must not be followed by a list of items. ANY and ALL comparisons must be followed by a subselect, rather than an expression or a list of items. System action: The statement cannot be executed. Programmer response: Correct the SQL statement. Refer to Chapter 5 of DB2 SQL Reference for information about the syntax of SQL statements.

 <-  BACK TO INDEX