Open HongXiang1314 opened 3 years ago
Please post the error message.
StatementCallback; bad SQL grammar [with tv as ( select from dual ) select from tv) union select from (with tv as ( select from dual ) select from ( select from tv)]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00933: SQL 命令未正确结束
select from ( with tv as ( select from dual ) select from tv) union
select from (with tv as ( select from dual ) select from tv)