If this is a one off just wondering kind of count the wrap it like this and you don't have to modify your original sql.
With stuff as (
SELECT DISTINCT PDDOCO, PDDCTO, PDKCOO, PDSFXO, PDLNID FROM F4311,
F47072 WHERE PDDOCO = 2590528 and SZDOCO = PDDOCO and SZDCTO = PDDCTO and SZKCOO = PDKCOO and SZSFXO = PDSFXO and SZLNID = PDLNID ORDER BY PDDOCO, PDDCTO, PDKCOO, PDSFXO, PDLNID
) select count(1) from stuff
Coy Krill
Core Processing Administrator/Analyst
Washington Trust Bank
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Danny Hayes
Sent: 2017 December 20 09:55
To: MIDRANGE-L@xxxxxxxxxxxx
Subject: SQL count of records selected... simple right?
Importance: Low
I was posed this question earlier today:
Hey,
I don't know how to magically get the count of the select query below. Anyone know the trick?
SELECT DISTINCT PDDOCO, PDDCTO, PDKCOO, PDSFXO, PDLNID FROM F4311,
F47072 WHERE PDDOCO = 2590528 and SZDOCO = PDDOCO and SZDCTO = PDDCTO and SZKCOO = PDKCOO and SZSFXO = PDSFXO and SZLNID = PDLNID ORDER BY PDDOCO, PDDCTO, PDKCOO, PDSFXO, PDLNID
I have tried several iterations in ACS Run SQL, in STRSQL and in Dbeaver.
Thanks & Regards,
Danny Hayes
IT-Developer
Genuine Parts Company, APG IT
[cid:image001.png@01D37991.C07A5DA0]
3100 Windy Hill Road
Atlanta, Georgia 30339
mailto:Danny_Hayes@xxxxxxxxx
"This e-mail and any attachments, contain Genuine Parts Company confidential information that is proprietary, privileged, and protected by applicable laws. If you have received this message in error and are not the intended recipient, you should not retain, distribute, disclose or use any of this information and you should destroy this e-mail, any attachments or copies therein forthwith. Please notify the sender immediately by e-mail if you have received this e-mail in error."
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
http://amzn.to/2dEadiD
---------------------------------------------------------------------
This electronic mail message and any attachments may contain confidential or privileged information and is intended for use solely by the above-referenced recipient. Any review, copying, printing, disclosure, distribution, or other use by any other person or entity is strictly prohibited under applicable law. If you are not the named recipient, or believe you have received this message in error, please immediately notify the sender by replying to this message and delete the copy you received
---------------------------------------------------------------------
As an Amazon Associate we earn from qualifying purchases.