How to output from isql the result of a sql select query to a file in Virtuoso?
In order to save the output in a file from a sql select query executed from iSQL, one should use the following syntax:
isql <port> user pass exec="select ..." > file.xx
Related