Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Query on 2 table while exp and imp (Join)
How can I exp the data where my following query is true:
select d.deptno,dname,ename,sal,address from dept d,emp e where d.deptno=e.deptno;
And Then how I imp the same data on client database in both tables. Received on Sat Aug 05 2006 - 07:34:38 CDT