Hi All, I am trying to run the command CALL SYSCS_UTIL.SYSCS_IMPORT_TABLE but I am having the following error message:
Exception in thread "main" java.sql.SQLException: The exception 'java.sql.SQLException: Column 'COLUMN21' is either not in any table in the FROM list or appears within a join specification and is outside the scope of the join specification or appears in a HAVING clause and is not in the GROUP BY list. If this is a CREATE or ALTER TABLE statement then 'COLUMN21' is not a column in the target table.' was thrown while evaluating an expression. My table are correct and every field in my csv file has a correspondent column in the table. Also tried with my original xls file but the same error occurred. Any ideas? Thanks Emanuel -- View this message in context: http://old.nabble.com/Error-on-CALL-SYSCS_UTIL.SYSCS_IMPORT_TABLE-tp32883809p32883809.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
