Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to export columns from a table based on where condition

A-KNov 21 2008 — edited Nov 24 2008
Hi,

I wish to export from employees(emp_id number, empname varchar2, address varchar2) table all columns with a WHERE clause "Where emp_id > 100 ".
How to do this ??

Also if i wanted to export along with the where clause only two columns i.e emp_id and empname then how to do it ??

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 22 2008
Added on Nov 21 2008
7 comments
2,123 views