You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "N Campbell (JIRA)" <ji...@apache.org> on 2013/10/06 19:59:45 UTC

[jira] [Created] (HIVE-5471) allow timestamp literal per ISO-SQL

N Campbell created HIVE-5471:
--------------------------------

             Summary: allow timestamp literal per ISO-SQL
                 Key: HIVE-5471
                 URL: https://issues.apache.org/jira/browse/HIVE-5471
             Project: Hive
          Issue Type: Improvement
    Affects Versions: 0.11.0
            Reporter: N Campbell


Support the ISO-SQL timestamp literal specification

select timestamp '1999-01-01 12:23.30.01' from tversion


instead of having to use

select cast('1999-01-01 12:23:30.01' as timestamp) from tversion





--
This message was sent by Atlassian JIRA
(v6.1#6144)