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!
ON version 23ai, I get no data when asking for a cross join:
select * from T1, T2; – no items to display
select * from T1 cross join T2; – no items to display
Is this intentional?