Yuan Tian created IOTDB-6294:
--------------------------------
Summary: Can't use placeholder in INTO clause while using group by
level
Key: IOTDB-6294
URL: https://issues.apache.org/jira/browse/IOTDB-6294
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Query
Reporter: Yuan Tian
Assignee: Minghui Liu
Attachments: image-2024-01-19-15-43-12-316.png
We can successfully create CQ in 0.13.X using the following sql, but we cannot
succeed to do that in 1.X
```
CREATE CONTINUOUS QUERY cq_group_event_online_status_1m RESAMPLE EVERY 1m FOR
1m BOUNDARY 2024-01-19T14:00:00.000+08:00 BEGIN select sum(status) INTO
[root.test.event.PH|http://root.test.event.ph/].${4}.${5}.${6}.status_sum_1m
from root.test.event.*.*.*.* group by time(1m), level=4,5,6 END;
```
!image-2024-01-19-15-43-12-316.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)