Skip to Main Content

FreeSQL

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!

Table customers from oe schema not working properly since migration

François GuayOct 21 2025

the sql request display the previous result.

Code to reproduce:

select * from oe.customers;

select * from oe.orders;

select * from oe.customers;

Comments
Post Details
Added on Oct 21 2025
1 comment
25 views