|
-
of coz the table is brought to local database
if I run
select *
from emp, dept@dblink
where emp.deptno = dept.deptno
where do you think the join takes place? do you think emp is sent to remote database and joined there then data is sent back?
if you look the SQL run in remote database you will see
select * from dept
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|