Hi,
Im' trying to dump a table.
If I run
sqlite3.exe mydb.db
and then insert the command
sqlite> .dump mytable
anything works OK and I receive only the content of "mytable"
If I try to do all from the command line (sqlite3.exe mydb.db .dump mytable), it will dump all the tables that are int the DB....


I think I'm doing something wrong..... someone can help me?

Paolo

Reply via email to