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



Try:

Select sum(Coalesce(OdQty#,0))

Glenn

-----Original Message-----
From: Hoteltravelfundotcom <hoteltravelfun@xxxxxxxxx>
Sender: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>Date: Wed, 12 Nov 2014 11:47:30
To: Midrange Systems Technical Discussion<midrange-l@xxxxxxxxxxxx>
Reply-To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Subject: error in sql

the following sql code works up until the last statement
(Select Coalesce(SUM(OdQty#),0)
then it gives this message:

'SQL0199 Keyword Select Not Selected. Valid Tokens: For Use Skip Wait With
Fetch Order Union Except Optimize' can you explain this issue to me?

SELECT COUNT(*)
FROM DLIB.ORDHEADR,DLIB.TRANCODE,DLIB.TRA11
WHERE OHCOM# = TSCOM# AND OHORD# = TSORD#
AND (otCOM# = OHCOM# AND OTORD#= OHORD# AND ottrnc = 'AQC')
AND OHORDT IN('RTR','INT','SAM')
AND OHREQD = replace(char(current date, iso), '-', '')
AND OHHLDC = ' '
AND
((TSTATS IN('AEP','SPJ')
AND OHORD# NOT in(SELECT a.TSORD# FROM DLIB.TRANCODE a
WHERE a.TSTATS IN('EEP','SPC')))
OR
TSTATS IN('EEP','SPC') AND
OHORD# IN (SELECT DISTINCT(C.TSORD#) FROM DLIB.TRANCODE C
INNER JOIN (
SELECT DISTINCT(B.TSORD#), MAX(B.TSUTIM) AS C_TSUTIM,MAX(B.TSUDAT) AS
C_TSUDAT FROM DLIB.TRANCODE B
WHERE B.TSTATS IN ('EEP','SPC','ECM','ECT','ECA','CEL','BOC','COM',
'COO','REV','MCO','CPA','ECV','ECC','EPT','EPM',
'CAT','CAC','CAM','CAS','MAC','004','006','600','MEP','EPC','CPK')
GROUP BY B.TSORD#
) q1
ON C.TSORD# = q1.TSORD# AND C.TSUDAT = q1.C_TSUDAT AND C.TSUTIM =
q1.C_TSUTIM
WHERE C.TSORD# NOT IN(
SELECT F.TSORD# FROM DLIB.TRANCODE F
WHERE F.TSTATS
IN('SPJ','REL','EAS','REV','STP','SPT','PPC','SPM','BPA','BPB','BPC','BPD','BPE',
'BPF','BPG','BPH','BPI','BPJ','BPK','BPL','BPM','BPN','CBM','BPO','BPP','BAT','BCM',
'BAM','WAT','WAM','LBL','012','006','600','004','SCP','CBA','CBB','CBC','CBD','CBE',
'CBF','CBG','CBH','CBI','CBJ','CBK','CBL','CBM','CBN','CBO','CBP','CBQ','CBR','CBS',
'CBT','CBU','CBV','CBW','CBX','CBY','CBZ','CB1','CB2','CB3','CB4', 'CB5'))
AND C.TSTATS IN('EEP','SPC'))
)
SELECT COALESCE(SUM(OdQty#),0)

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.