|
VARCHAR_FORMAT but I've only ever gotten it to work with two format strings:Limited is being kind. They stink. I don't know if you've ever tried
"YYYY-MM-DD" and "YYYY-MM-DD HH24:MI:SS". Anything else gets me a QRY2293
error.
Are you on the current PTF Level.
I got VARCHAR_FORMAT to run on 6.1 and 7.1 with almost all kinds of formats
(even IYYY = Year for week ISO and IW = Week ISO).
I just run the following SQL-Statement without any problems:
Values(Varchar_Format(Current_Timestamp, 'DD-MM-YY')),
(Varchar_Format(Current_Timestamp, 'YYYYMMDD')),
(VarChar_Format(Current_Timestamp, 'MM-DD-YYYY HH24:MI')),
(VarChar_Format(Current_Timestamp, 'HH24:MI NNNNNN IW Q YY,MM,DD
DDD'));
And this is the result:
05-02-12
20120205
02-05-2012 07:34
07:34 633183 05 1 12,02,05 036
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.