Re: [sqlite] Problem using Attach to insert data from another table

2008-06-17 Thread Dan
On Jun 18, 2008, at 9:07 AM, danjenkins wrote: > > Hi. I battling my way through the Attach command and I can't get > my simple > test to work. > > Given a database named "ultra2008.sql" that contains a table named > "ultra" > and a database named "archive2007.sql" that also contains a table

[sqlite] Problem using Attach to insert data from another table

2008-06-17 Thread danjenkins
Hi. I battling my way through the Attach command and I can't get my simple test to work. Given a database named "ultra2008.sql" that contains a table named "ultra" and a database named "archive2007.sql" that also contains a table named "ultra" where the databases and tables have identical struct