[ 
https://issues.apache.org/jira/browse/IGNITE-22070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Iurii Gerzhedovich updated IGNITE-22070:
----------------------------------------
    Description: 
When we use the E051-09 SQL standard feature in such manner :
{code:java}
SELECT ALL alias . X , Y FROM tab AS alias (X, Y) order by x{code}
We obtain the following error message:
{code:java}
List of column aliases must have same degree as table; table has 3 columns 
('__p_key', 'A', 'B'), whereas alias list has 2 columns{code}

We shouldn't show to user our guts

  was:
When we use the E051-09 SQL standard feature in such manner :

{code:java}
SELECT ALL alias . X , Y FROM tab AS alias (X, Y) order by x{code}
We Obtain e
{code:java}
List of column aliases must have same degree as table; table has 3 columns 
('__p_key', 'A', 'B'), whereas alias list has 2 columns{code}


> Sql. incorrect working 
> -----------------------
>
>                 Key: IGNITE-22070
>                 URL: https://issues.apache.org/jira/browse/IGNITE-22070
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Iurii Gerzhedovich
>            Priority: Major
>
> When we use the E051-09 SQL standard feature in such manner :
> {code:java}
> SELECT ALL alias . X , Y FROM tab AS alias (X, Y) order by x{code}
> We obtain the following error message:
> {code:java}
> List of column aliases must have same degree as table; table has 3 columns 
> ('__p_key', 'A', 'B'), whereas alias list has 2 columns{code}
> We shouldn't show to user our guts



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to