Yuan Tian created IOTDB-6160:
--------------------------------
Summary: while using ` in target path, select into will throw error
Key: IOTDB-6160
URL: https://issues.apache.org/jira/browse/IOTDB-6160
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Query
Reporter: Yuan Tian
Assignee: 李伟豪
Attachments: image-2023-09-18-15-42-42-379.png
Using the following sql, you will get the error msg.
{code:java}
insert into root.ods.`test_100#txt`(time, param1) values(now(),4);
select param1 into root.dwgraph.`predw$2547333405855956946$32`(abcd) from
root.ods.`test_100#txt`{code}
!image-2023-09-18-15-42-42-379.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)