×
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 Gad
Look for the function iDate on the internet and load that into your system
It will cater for converting numerics or strings into dates - but will handle invalid values
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 Gad Miron
Sent: Wednesday, November 01, 2017 10:45 AM
To: midrange-l@xxxxxxxxxxxx
Subject: SQL Valid Date
Hello guys
need help with the following:
I'm converting a numeric YYYYMMDD date to a true date with select EVNTDATE, date(timestamp_format(CHAR(EVNTDATE) , 'YYYYMMDD')) from some_file It works fine most of the time but it fails when the numeric EVNTDATE contains invalid date like 19910229 (Feb. 29 1991) or 20001302 (Mama told me to avoid month 13th at all cost)
Is there a SQL function to validate date? (like SQL Server's ISDATE)
TIA
Gad
--
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:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
https://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.