|
donna lester wrote:> I want to improve the above SQL so that sum should be calculated only
SELECT SUM(CASE WHEN PVAL>0 THEN PVAL ELSE 0 END) AS USVAL
FROM USA/ATSFILE
WHERE PCNTRY<>'US'
AND PDATE BETWEEN 20070401 AND 20070630
AND PSYMBOL IN('7V','99','03','03')
AND PSUBSYM ='B'
when pfa,pofc,pacc of ATSFILE equal to pfa,pofc&pacc of
ATSUSFILE.
I am not familiar using "With" in SQL , can some one help me to get improved SQL.
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.