一、同义词synonymconnect sys/123 as sysdba;select * from emp;ORA-00942: 表或视图不存在create synonym emp for scott.emp;select * from emp; 1.
確定! 回上一頁