Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Flash Chart Series : SQL Query Validation

534295Feb 28 2008 — edited Feb 28 2008
Hello,

I probably found a bug on the SQL Query Validation for Flash Charts, if I have two subqueries, the validation fails:

SQL Query example:

SELECT NULL, a, b
FROM (SELECT c a, d b FROM
( SELECT 'first' c, 2 d FROM DUAL))

Error returned:
"Failed to parse SQL query:
ORA-06550: line 1, column 45: PLS-00428: an INTO clause is expected in this SELECT statement"

Is this problem known or is there just something that I do wrong ?

Christophe
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2008
Added on Feb 28 2008
6 comments
584 views