line, using sqlite3.exe ?
Thanks.
-Original Message-
From: Simon Davies [mailto:[EMAIL PROTECTED]
Sent: 17 August 2007 01:41 PM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Dump with where clause
Updating Igor's suggestion, just remove 'temp' from the line
cr
mp file_folder_data
>
> This does NOT
> create temp table image_temp as select * from file_folder_data;
> .dump image_temp
>
> All I get is:
>
> BEGIN TRANSACTION;
> COMMIT;
>
>
>
> -Original Message-
> From: Dennis Cote [mailto:[EMAIL PROTECTED]
&g
ge_temp
All I get is:
BEGIN TRANSACTION;
COMMIT;
-Original Message-
From: Dennis Cote [mailto:[EMAIL PROTECTED]
Sent: 16 August 2007 05:49 PM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Dump with where clause
Andre du Plessis wrote:
> HI, how can I use .dump or something simi
Andre du Plessis wrote:
HI, how can I use .dump or something similar but specify a where clause,
I cant see that the .dump command allows this,
Without any arguments it seems to dump the whole db, the only argument
supported is the table name,
I would like to be able to do something like:
HI, how can I use .dump or something similar but specify a where clause,
I cant see that the .dump command allows this,
Without any arguments it seems to dump the whole db, the only argument
supported is the table name,
I would like to be able to do something like:
.dump table1 where ID > 100
5 matches
Mail list logo