摘要:
同义词: -- e是scott.emp表的临时别名 select e.* from (select * from scott.emp) e; --创建私有同义词 create synonym myemp for scott.emp; select * from system.myemp; --创建公有同义词 create public synonym pub_emp for ... 阅读全文
posted @ 2016-12-31 10:00
ATJAVA
阅读(190)
评论(0)
推荐(0)

浙公网安备 33010602011771号