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!
WITH DS AS ( SELECT 1*1 ER FROM DUAL) SELECT * FROM DS; This works on Oracle 19c but not works on latest 21c version? What might be the problem?