I can create a table using the schema synonym: SQL> create table DEMO2.MYTABLE as select * from dual; Table created. and query it from both:
確定! 回上一頁