Iurii Gerzhedovich created IGNITE-22070:
-------------------------------------------
Summary: Sql. incorrect working
Key: IGNITE-22070
URL: https://issues.apache.org/jira/browse/IGNITE-22070
Project: Ignite
Issue Type: Improvement
Reporter: Iurii Gerzhedovich
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}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)