You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Yuan Liu (JIRA)" <ji...@apache.org> on 2017/02/21 09:35:44 UTC

[jira] [Created] (TRAFODION-2493) to_char with format 'MONTH DD, YYYY, HH:MI' is wrong

Yuan Liu created TRAFODION-2493:
-----------------------------------

             Summary: to_char with format 'MONTH DD, YYYY, HH:MI' is wrong
                 Key: TRAFODION-2493
                 URL: https://issues.apache.org/jira/browse/TRAFODION-2493
             Project: Apache Trafodion
          Issue Type: Bug
          Components: dev-environment
    Affects Versions: 2.0-incubating
            Reporter: Yuan Liu


SQL>select to_char(current_timestamp, 'MONTH DD, YYYY, HH:MI') from (values(1));

(EXPR)
-------------------------
February 21, 2017, 17:29:

--- 1 row(s) selected.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)