|
On May 27, 2016 at 4:35 PM Hoteltravelfundotcom <hoteltravelfun@xxxxxxxxx>Paul Therrien
wrote:
HI I have this working but now they want to see 2 weeks prior. When I make
currentdate as currentdate - 14 I get an error message
' a date, time, or timestamp expression is not valid'
how would I be able to look for 2 weeks prior?
Select T.* from
(
Select TAKEY1,
TAINSD,
IHORDT,
IHENT#,
IHDOCD,
IHORG$,
IHORD$,
(IHORG$ - IHORD$) InvAmnt,
ADRES1.ADENTN,
ADRES1.ADSTTC,
ADRES1.ADPHN#,
ADRES1.ADINTA,
ADRES1.ADSFX#,
ADRES1.ADLNM,
ADRES1.ADFNM,
ADRES1.ADENT#
FROM
ASTDTA.EMCOR1 T01
INNER JOIN ASTDTA.OEINH1 T02
ON T01.TAKEY1 = T02.IHORD#
LEFT JOIN ASTDTA.ADRES1 ADRES1
ON T02.IHENT# = ADRES1.ADENT#
WHERE TAACTC = 'TTO'
AND ADRES1.ADSFX#='000'
AND TAINSD = CURRENT DATE
AND IHORDT IN ('INT','RTR')
)T
Where
T.InvAmnt >= 300 AND T.InvAmnt <= 499
--
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: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
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.