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, a=
nd may contain information that is PRIVILEGED, CONFIDENTIAL, and exempt f=
rom disclosure under applicable law. If you are not the intended recipie=
nt, you are prohibited from copying, distributing, or using the informati=
on. Please contact the sender immediately by return e-mail and delete th=
e original message from your system. |