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



My input date, from a spreadsheet that comes from the a client, is a string
using the format (m)m/(d)d/yyyy, (m)m represents that there could be one or
two digits and ditto for (d)d, and I need to convert it to a decimal
yyyymmdd.

The following does it, but it seems to me that there should be an easier
way, utilizing less than four functions to do the conversion. Is there?

select BI_DOSA,
Dec( Replace(
Cast( Date(TIMESTAMP_FORMAT( BI_DOSA, 'MM/DD/YYYY'))
as Char(10)),
'-', ''),8)
from CA8560BIP

BI_DOSA DEC
8/21/2017 20,170,821
8/21/2017 20,170,821
9/06/2017 20,170,906
9/06/2017 20,170,906
9/07/2017 20,170,907
1/19/2017 20,170,119
10/31/2017 20,171,031
10/5/2016 20,161,005
2/13/2018 20,180,213
1/05/2018 20,180,105
1/05/2018 20,180,105
3/01/2018 20,180,301
2/21/2018 20,180,221
2/26/2018 20,180,226
2/28/2018 20,180,228
8/10/2016 20,160,810
11/14/2016 20,161,114
3/23/2017 20,170,323
11/9/2016 20,161,109

- Dan

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.