See the SQL "DATE" function. Concatenate the fields you have into ISO
date string format. Example DATE('2009-01-30').
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Mike
Sent: Monday, July 12, 2010 10:11 AM
To: midrange-l@xxxxxxxxxxxx
Subject: Convert YYMMDD to Date in SQL
A vendor provides the date in four fields C (1 or 0), YY (2 digits), MM,
DD.
I want to take them and convert it to a DATE field in SQL. Apparently
YYMMDD is not a good Google search term and I can't find decent sample
of this. I know how to join the fields into a single field to YYMMDD or
MMDDYY but it's the process of converting that to a DATE field that I am
having problems with. Any ideas?
I just may add 20 to the YY and let some poor fool fix it in 90 years.
The file only contains data for the current year so no worrying about
1900s.
--
Mike Wills
http://mikewills.info
--
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.
As an Amazon Associate we earn from qualifying purchases.