Search found 1 match

by pmangg
Wed Jun 20, 2012 5:31 pm
Forum: vSQL
Topic: Change Result Set Format
Replies: 5
Views: 14243

Re: Change Result Set Format

Can this be done programmatically when vsql is invoked? I would like to get a csv out from a query by doing: /opt/vertica/bin/vsql -d${dbname} -X -f test.sql where test.sql contains: select * from testtable; Normally in postgres I would do copy to stdout, but it seems like this functionality doesn't...

Go to advanced search