How can I issue 2 commands to SQLite at the same time in a shell script?
I want to temporarily change the separator for the returned data, 
something like:
sqlite3 database.db ".separator " ", SELECT first,last FROM address;"

But I can't get it to work.
Thanks.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to