You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Venkata krishnan Sowrirajan (JIRA)" <ji...@apache.org> on 2014/07/16 08:27:04 UTC

[jira] [Created] (DRILL-1149) SELECT *,upper(col1) from table not working, ANSI SQL supports

Venkata krishnan Sowrirajan created DRILL-1149:
--------------------------------------------------

             Summary: SELECT *,upper(col1) from table not working, ANSI SQL supports 
                 Key: DRILL-1149
                 URL: https://issues.apache.org/jira/browse/DRILL-1149
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Venkata krishnan Sowrirajan
            Priority: Minor


select *,upper(name) from table1;

Query like this will work in MySQL. But its not working in Drill



--
This message was sent by Atlassian JIRA
(v6.2#6252)