take a look a this [message #232205] |
Thu, 19 April 2007 15:41 |
jorgeben
Messages: 1 Registered: April 2007 Location: Paraguay
|
Junior Member |
|
|
Hello, I have a question, I have a dmp file that contains a entire database, i need only a few records of one table, the table alone holds too many records soo the even if a import the table alone is too large.
|
|
|
|
Re: take a look a this [message #232213 is a reply to message #232208] |
Thu, 19 April 2007 16:08 |
harshad.gohil
Messages: 157 Registered: April 2007 Location: USA
|
Senior Member |
|
|
Hi,
What exactly you want? Do you want to import few records from one big of table? If that so, you have to take export with QUERY clause and then you have to import, else you have to import specific table and you have to manually delete those records from the respective table.
Regards,
Harshad
|
|
|