XiangweiWei created IOTDB-865:
---------------------------------
Summary: Add the alias and show it as column name when querying
Key: IOTDB-865
URL: https://issues.apache.org/jira/browse/IOTDB-865
Project: Apache IoTDB
Issue Type: New Feature
Reporter: XiangweiWei
Assignee: XiangweiWei
select s1 as d1_temperature form root.sg.d1
The result will be like:
| Time | d1_temperature |
| ... | .... |
select count(s1) as s1_num from root.sg.d1
The result will be like:
| s1_num |
| .... |
You can see the detail:
[Add the alias and show it as column name when
querying|https://lists.apache.org/thread.html/r1bdafb36efe0e05bd0f105a81f29e46f2251def192a1af5070160ab7%40%3Cdev.iotdb.apache.org%3E]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)