Hi list

I would like to set my ".mode tabs" and then run a command like so
(yielding output separated by tabs instead of pipes):

sqlite3 NLSY.db '.mode tabs; select * from DS0001 limit 1;'

but this doesn't work because the .mode tabs isn't separated from the
regular SQL.

Could someone point out how to accomplish this?

THanks so much to a very helpful list!
-W
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to