Caner.B
4th June 2002, 16:30
Hi,

Is is possible to take a dump from a table with conditions.

example: take dump of table tiitm001
where tiitm001.citg = 001

Thanks

Caner

nizamudeen
4th June 2002, 16:35
Hi Caner,

If you are going to use this data dump for any Data Manipulation, you can use Exchange schemes to Export the data with conditions

Regards

Han Brinkman
4th June 2002, 17:43
the exchange option will work. Of course a simple dump with afterwards a grep/awk will do the job as well.

Han