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



Hi Mike
Thanks for the response
No sooner had I pressed enter on the initial e-mail - that answer came to me

SELECT CMOLDCST#, CMNEWCST#, CMTIMESTMP FROM cstmerge WHERE
date(CMTIMESTMP) >= (current_date - 1 day) ORDER BY CMTIMESTMP


Alan Shore
E-mail : ASHORE@xxxxxxxx
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
'If you're going through hell, keep going.'
Winston Churchill


-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Mike Jones
Sent: Tuesday, April 25, 2017 4:34 PM
To: midrange-l@xxxxxxxxxxxx
Subject: Re: How to obtain the beginning of yesterday as a time stamp

Hi Alan,

You can calculate the beginning of yesterday like this example:

values timestamp( current_date - 1 day, time( '00.00.00' ) ) ;

i.e. where MY_TIMESTAMP >= timestamp( current_date - 1 day, time( '00.00.00' ) )

Mike


date: Tue, 25 Apr 2017 20:01:05 +0000
from: Alan Shore <ashore@xxxxxxxx>
subject: How to obtain the beginning of yesterday as a time stamp

Hi everyone
I am going to play the sympathy card - so please forgive me Today, I
have just been blasted and nuked from ALL sides and my brain is just
mush Before I forget - we are on V7r1

I have a file with 3 fields of which one is a timestamp Using SQL, how
do I extract ALL the records that have a timestamp equal to or greater
than the beginning of yesterday

For example - today is April 25, 2017
I am looking to extract ALL records with a timestamp of
2017-04-24-00.00.00.000000 and greater, but I do NOT want to hardcode
that value as tomorrow, I want to extract all records with a
timestamp of 2017-04-25-00.00.00.000000 or greater and so on Hope that
makes sense

As always - all responses are always welcome



Alan Shore
E-mail : ASHORE@xxxxxxxx
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
'If you're going through hell, keep going.'
Winston Churchill

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

Help support midrange.com by shopping at amazon.com with our affiliate link: http://amzn.to/2dEadiD


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