The TIMESTAMP_ISO scalar function converts a real date or a character
representation of a date in one of the following formats (YYYY-MM-DD,
MM/DD/YYYY, DD.MM.YYYY, YYYYDDD) into a real timestamp:
Try:
values(Timestamp_iso(current_date),
Timestamp_iso('2017-09-12'),
Timestamp_ISO('09/12/2017'),
Timestamp_ISO('12.09.2017'),
Timestamp_ISO('2017255'),
Timestamp_ISO('20170912000000'),
Timestamp_ISO(Date(736584))
);
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
?Train people well enough so they can leave, treat them well enough so they
don't want to.? (Richard Branson)
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Jack
Tucky
Sent: Montag, 11. September 2017 20:10
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Subject: SQL timestamps
I am trying to insert data into another table that has a timestamp field,
but I only have an ISO date in my source table.
I can default everything to 12pm or anything really. How can I do that?
Still googling but no luck yet.
Thanks, Art
--
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.