"Jan Ptacek" <[EMAIL PROTECTED]> wrote
in message
news:[EMAIL PROTECTED]
> I am a bit struggling with following commands from my Makefile
>   sqlite3 ${DB} '.read create.sql'
>   sqlite3 ${DB} '.separator "\t"'
>   sqlite3 ${DB} ".import  filtered.freqlist.tsv table"
>
> this obviously wont work, because the third incarnation of sqlite has
> the std separator set.

Create a temp file with these three lines, then run sqlite3 once with 
this file as standard input.

Igor Tandetnik 



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

Reply via email to