>
> I was wondering if SQLite supports the command
> SELECT ... INTO OUTFILE ...


Can't you accomplish this in the programming language you're using to access
the SQLite database?  The SQLite command line utility (
http://www.sqlite.org/sqlite.html) has an option for specifying an output
file.

Reply via email to