SQuirrelSQL redirect ouput to a file?
- by Oscar Reyes
Does anybody knows if SQuirrel SQL client may output the of several SQL commands to a single result window in textplain or to a file ( as SQL+ would )
So I can:
select * from dual;
select * from dual;
And have both results in a single "ready to" Ctrl-C format?