Thread
:
Query on 2 table while exp and imp (Join)
View Single Post
#
1
(
permalink
)
02-25-2008, 06:05 AM
peter
Posts: n/a
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.
peter