Regarding: "I was wondering if SQLite supports the command SELECT ... INTO OUTFILE ..."
No, but the sqlite3 command-line utility supports an equivalent: .output outfile.csv .select ..... .output stdout You may also want to look at the commands .separator .mode .header http://www.sqlite.org/sqlite.html This message has been scanned for viruses by MailControl - www.mailcontrol.com ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

