×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




How do you combine them if you are on an earlier release, that does not
have the 'case' construct? My earlier post had the wame thing you do, I see.

At 01:40 PM 3/22/02 -0500, you wrote:
> >From: Vernon Hamberg [mailto:vhamberg@attbi.com]
> >Not sure if there's a way to combine the sums in one statement
>
>Sure you can:
>
>select sum(case when whvarl = 'Y' then whallc else whfldb end)
>from vern/ffd
>
>Also, I would have expected
>
>with dummyfile (tempsum) as (select sum(whallc) from x where whvarl='Y'
>union
>select sum(whfldb) from x where whvarl<>'Y')
>select sum(tempsum) from dummyfile
>
>to work, but it would appear that the with statement doesn't allow union
>selects.
>
>-Walden
>
>------------
>Walden H Leverich III
>President
>Tech Software
>(516) 627-3800 x11
>(208) 692-3308 eFax
>WaldenL@TechSoftInc.com
>http://www.TechSoftInc.com
>
>
>_______________________________________________
>This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
>To post a message email: MIDRANGE-L@midrange.com
>To subscribe, unsubscribe, or change list options,
>visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l
>or email: MIDRANGE-L-request@midrange.com
>Before posting, please take a moment to review the archives
>at http://archive.midrange.com/midrange-l.



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