Andre du Plessis <[EMAIL PROTECTED]> wrote:
HI, how can I use .dump or something similar but specify a where
clause, I cant see that the .dump command allows this,

I would like to be able to do something like:

.dump table1 where ID > 1000

create temp table tmp as
select * from table1 where ID > 1000;
.dump tmp
drop table tmp;

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to