SQL Results display question
2007-01-04 17:55:10 GMT
Is there a way, I just can't find it I guess, where when I run 2 sql statements at the same time which I have done and see both resultsets in two separate results windows?
The queries I'm running are as:
select *
from invpo.invpo_poi_apv
order by fkey asc;
SELECT fkey, nxtact, aprvdt, aprvtm, COUNT(fkey) AS NumOccurrences
FROM invpo.invpo_poi_apv
GROUP BY fkey
HAVING ( COUNT(fkey) > 1 )
order by fkey asc
Thanks.
Melinda Savoy
Sr. Programmer Analyst
Financial Applications - Enterprise Systems
The information contained in this message and any attachments is intended only for the use of the individual or entity to which it is addressed, and may contain information that is PRIVILEGED, CONFIDENTIAL, and exempt from disclosure under applicable law. If you are not the intended recipient, you are prohibited from copying, distributing, or using the information. Please contact the sender immediately by return e-mail and delete the original message from your system.
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Squirrel-sql-users mailing list Squirrel-sql-users <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
RSS Feed