|
A numeric value representing the difference in the following format:What is the data type of the result of a Timestamp1 - Timestamp2 ?
--
date: Tue, 12 Sep 2017 06:51:25 +0200
from: "Birgitta Hauser" <Hauser@xxxxxxxxxxxxxxx>
subject: RE: SQL timestamps
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)
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.