Re: [sqlite] Export data into CSV format every 10 minuts

2010-07-12 Thread Simon Slavin
On 12 Jul 2010, at 1:13pm, Giuseppe Scopelliti wrote: > I need a command sequence that is able to export data from a single > table to csv format. > > I use .output command from sqlite3 shell, and set to column with ; to > separe field at the same line. > > But I need to: > > 1. run that scr

[sqlite] Export data into CSV format every 10 minuts

2010-07-12 Thread Giuseppe Scopelliti
Hello, I use sqlite3 for embedded arm system. I need a command sequence that is able to export data from a single table to csv format. I use .output command from sqlite3 shell, and set to column with ; to separe field at the same line. But I need to: 1. run that script every 10 minuts. 2. app