logo  
Google
 

DB2 SQL-Error: -20102

SQLState: 42849

Short Description: CREATE OR ALTER STATEMENT FOR ROUTINE SPECIFIED THE OPTION WHICH IS NOT ALLOWED FOR THE TYPE OF ROUTINE

An option was specified that is not allowed for the type of routine being created or altered. v MODIFIES SQL DATA is not allowed for table functions. v ALLOW PARALLEL is not allowed for table functions. v CARDINALITY is not allowed for non-table functions. v LANGUAGE SQL is not allowed for non-SQL functions or procedures. v LANGUAGE specifying something other than SQL is not allowed for SQL functions or procedures. v LANGUAGE JAVA is not allowed for table functions. v PARAMETER STYLE JAVA is not allowed for table functions.System action: The statement cannot be processed. Programmer response: Remove the option from the statement and reissue the failing statement.

 <-  BACK TO INDEX