On 5/3/06, cstrader232 <[EMAIL PROTECTED]> wrote:
I guess I should know this, but is there a way to copy a table from one database to another?
insert into db1.table1 select * from db2.table1; http://sqlite.org/lang_insert.html -- SqliteImporter: Command line fixed and delimited text import. http://www.reddawn.net/~jsprenkl/Sqlite Version 1.10 released with C++ source

