On Jan 15, 2008 2:37 PM, Mark Riehl <[EMAIL PROTECTED]> wrote:

> Is there a way to dump out the contents of the database w/o having the
> CREATE TABLE statements?  For example, I can do the following:
>
> sqlite3 foo.db .dump > foo.dmp
>

You could do something like on Unix:

sqlite3 foo.db .dump > fgrep INSERT > foo.dmp


Mike


-- 
Peace may sound simple—one beautiful word— but it requires everything we
have, every quality, every strength, every dream, every high ideal.
—Yehudi Menuhin (1916–1999), musician

Reply via email to