Im using sqlite3.exe to convert my database to .csv file. Here are the
commands Im passing to sqlite3.

 

.separator "," 

.output text.csv 

select * from grocery;

.quit

 

How can I get .output txt.csv to be %filename%.csv ????

 

thanks

 

Tim Leland

W. Lee Flowers & Co.

127 E. W Lee Flowers Rd.

Scranton, S.C. 29591

(843)389-2731

 

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to