|
Thanks Tony, I will give it a try. James -----Original Message----- From: rpg400-l-bounces+jboman=kronos.com@xxxxxxxxxxxx [mailto:rpg400-l-bounces+jboman=kronos.com@xxxxxxxxxxxx] On Behalf Of Tony Carolla Sent: Wednesday, July 13, 2005 2:29 PM To: RPG programming on the AS400 / iSeries Subject: Re: SQL Counts Well, if you mean you want to count records that meet different conditions, then yes. You use the SELECT clause. ex. Select Sum(Case When EEAC01='Y' then 1 else 0 end) As total1, Sum(Case When Field2='X' then 1 else 0 end) As total2 >From CKEMPLLA This would give you a count of records where EEAC01 equaled 'Y', and a count of records where field2='X'. Add as many totals as you need, and don't specify a WHERE. On 7/13/05, Boman, James <JBoman@xxxxxxxxxx> wrote: > > Does anyone know if it is possible to perform multiple counts within one > /EXEC SQL group? If it is possible, does someone have an example they > would share with me? > > > > See example of single select below: > > > > C/EXEC SQL > > C+ SELECT COUNT(*) INTO:RECORDS FROM CKEMPLLA WHERE EEAC01='Y' > > C/END-EXEC > > > > > > TIA > > > > > > -- > This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list > To post a message email: RPG400-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/rpg400-l > or email: RPG400-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/rpg400-l. > >
As an Amazon Associate we earn from qualifying purchases.
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.