Hi All,
I need to export a table with query clause ="where rownum<100"
Its working fine,but extracting all columns.
But I need only selective columns.
Is it possible to exporting follwing records
select some_columns from table where rownum<100
how to do it with exp util?
DB version 10.2.0.4
OS AIX
Thanks,