You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Magnus Mogren (Jira)" <ji...@apache.org> on 2022/04/01 05:57:00 UTC

[jira] [Created] (CALCITE-5078) ORDER BY gets confused by upper/lower case

Magnus Mogren created CALCITE-5078:
--------------------------------------

             Summary: ORDER BY gets confused by upper/lower case
                 Key: CALCITE-5078
                 URL: https://issues.apache.org/jira/browse/CALCITE-5078
             Project: Calcite
          Issue Type: Bug
    Affects Versions: 1.30.0
            Reporter: Magnus Mogren


This SQL returnes the values in the wrong order:

{{SELECT * FROM (VALUES ('a'), ('B')) AS tbl(col1) order by col1 asc}}

"B" is returned before "a".



 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)