Re: [sqlite] Selecting a group of entries based on RowID.

2010-12-09 Thread Kees Nuyt
On Wed, 8 Dec 2010 14:25:35 -0800, Kirk Clemons wrote: >Thank you, >I how do I pipe in Windows? I have not had any luck using the pipe command. >I do want to make sure it is going in order so that I have a way of tracking >where it was if it fails. >At first it is just going to a TXT file and t

Re: [sqlite] Selecting a group of entries based on RowID.

2010-12-09 Thread Kirk Clemons
@sqlite.org Subject: Re: [sqlite] Selecting a group of entries based on RowID. On Tue, 7 Dec 2010 10:44:31 -0800, Kirk Clemons wrote: >I would like to select each row in order from a table without getting the >table information as well. >This way I can insert them into another database with

Re: [sqlite] Selecting a group of entries based on RowID.

2010-12-08 Thread Kees Nuyt
On Tue, 7 Dec 2010 10:44:31 -0800, Kirk Clemons wrote: >I would like to select each row in order from a table without getting the >table information as well. >This way I can insert them into another database with the same tables. >How would I do this? $ sqlite3 mydb.db3 ".dump TABLENAME"|grep

[sqlite] Selecting a group of entries based on RowID.

2010-12-08 Thread Kirk Clemons
I would like to select each row in order from a table without getting the table information as well. This way I can insert them into another database with the same tables. How would I do this? Thank you, Kirk. ___ sqlite-users mailing list sqlite-users@