How to export columns from a table based on where condition
A-KNov 21 2008 — edited Nov 24 2008Hi,
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.