SQuirrelSQL redirect ouput to a file?
        Posted  
        
            by Oscar Reyes
        on Super User
        
        See other posts from Super User
        
            or by Oscar Reyes
        
        
        
        Published on 2009-08-11T17:14:14Z
        Indexed on 
            2010/04/07
            0:03 UTC
        
        
        Read the original article
        Hit count: 540
        
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?
© Super User or respective owner