Cause: java.sql.SQLSyntaxErrorException: ORA-01722: invalid number
### The error occurred while setting parameters
### Cause: java.sql.SQLSyntaxErrorExcep
我得到ORA-01722:无效的数字,但仅当我select * from theView时,而不是当我直接针对theView进行选择时(在视图的CREATE OR REPLACE...中使用CREATE(我以前曾遇到并理解此错误,以及对空值运行聚合,即不应该将VARCHARS存储在数字列中,等等,但我很难理解这个问题)