× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



When I want a count, I build my SQL statements in sections... select xxxx,
where, order by, etc. Then I can just create two different sql statements,
one to get the count and one to get the result set.


where = 'where x=y';
order by = 'order by a';

sql1 = 'select [fields] from file ' + where + order by;

sql2 = 'select count(*) from file ' + where;

prepare them, assign a cursor and go...

Or something like that.






Bradley V. Stone
www.bvstools.com
MAILTOOL Benefit #10 <https://www.bvstools.com/mailtool.html>: Resend
Emails - When emails are sent using MAILTOOL Plus or another addon, those
emails are logged and you have the ability to resend them one by one, or as
a batch (ie, all unsent emails at once).

On Wed, Dec 20, 2017 at 12:22 PM, Danny Hayes <Danny_Hayes@xxxxxxxxx> wrote:

Thanks to all who responded.

I passed it on and made note of it for myself's future reference.

Thanks & Regards,
Danny Hayes
IT-Developer
Genuine Parts Company, APG IT


3100 Windy Hill Road
Atlanta, Georgia 30339
mailto:Danny_Hayes@xxxxxxxxx


-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
Danny Hayes
Sent: Wednesday, December 20, 2017 12:55 PM
To: MIDRANGE-L@xxxxxxxxxxxx
Subject: [EXT] SQL count of records selected... simple right?

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 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


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.