Re: HELP ME!!!BACKUP EXP COMMAND

From: Yukonkid <info_at_Boecker-OCP.com>
Date: 4 Nov 2004 02:14:33 -0800
Message-ID: <ed737cdd.0411040214.34c8184c_at_posting.google.com>


"PLUTO" <marco.accardi_at_libero.it> wrote in message news:<2uegnlF2alrmmU1_at_uni-berlin.de>...
> Hi,
> Sorry for my english!
> I'have a big problem!
> I must carry out the backup of one database!
> I have a table...
> I must use exp command...
> But i want to save only some rows of the table.
> How can i do?
> For example:
> I have a db with only one table (only for example ;-p)
> The table name is "MOUSE"..
> MOUSE have 2 column: ID(key),NAME
> MOUSE have 5 rows:
> ID | NAME
> ------------------------
> 1 | jeffrey
> 2 | rome
> 3 | tom
> 4 | george
> 5 | new york
>
> I want backup with the exp command this table but only the rows with
> MOUSE.ID>3!!!!
> How can i do???
> Thank's!!
> Help me!

Hi,

exp userid/password tables=mouse query="where id>3"

will do it. Received on Thu Nov 04 2004 - 11:14:33 CET

Original text of this message