XiangweiWei created IOTDB-661:
---------------------------------
Summary: Keep the alias column in result if it's used in query
Key: IOTDB-661
URL: https://issues.apache.org/jira/browse/IOTDB-661
Project: Apache IoTDB
Issue Type: Improvement
Reporter: XiangweiWei
Assignee: XiangweiWei
SQL: SELECT speed FROM root.sg.d1; (speed is the alias of s1).
Which returns the result like | Time | root.sg.d1.s1 | now.
We need to support keeping the alias in result if it's used in query, returning
the result like | Time | root.sg.d1.speed |.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)